You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/maintenance.yml
+4-12Lines changed: 4 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
name: Maintenance
2
-
description: Suggest an activity to help address tech debt, governance, and anything internal
2
+
description: Suggest an activity to help address governance and anything internal
3
3
title: "Maintenance: TITLE"
4
4
labels: ["internal", "triage"]
5
5
body:
@@ -9,13 +9,6 @@ body:
9
9
Thank you for taking the time to help us improve operational excellence.
10
10
11
11
*Future readers*: Please react with 👍 and your use case to help us understand customer demand.
12
-
- type: textarea
13
-
id: activity
14
-
attributes:
15
-
label: Summary
16
-
description: Please provide an overview in one or two paragraphs
17
-
validations:
18
-
required: true
19
12
- type: textarea
20
13
id: importance
21
14
attributes:
@@ -29,8 +22,6 @@ body:
29
22
label: Which area does this relate to?
30
23
multiple: true
31
24
options:
32
-
- Automation
33
-
- Governance
34
25
- Tests
35
26
- Static typing
36
27
- Tracer
@@ -41,13 +32,14 @@ body:
41
32
- Middleware factory
42
33
- Parameters
43
34
- Batch processing
44
-
- Typing
45
35
- Validation
46
36
- Event Source Data Classes
47
37
- Parser
48
38
- Idempotency
49
39
- Feature flags
50
40
- JMESPath functions
41
+
- Streaming
42
+
- Automation
51
43
- Other
52
44
- type: textarea
53
45
id: suggestion
@@ -63,7 +55,7 @@ body:
63
55
options:
64
56
- label: This request meets [Lambda Powertools Tenets](https://awslabs.github.io/aws-lambda-powertools-python/latest/#tenets)
65
57
required: true
66
-
- label: Should this be considered in other Lambda Powertools languages? i.e. [Java](https://github.com/awslabs/aws-lambda-powertools-java/), [TypeScript](https://github.com/awslabs/aws-lambda-powertools-typescript/)
58
+
- label: Should this be considered in other Lambda Powertools languages? i.e. [TypeScript](https://github.com/awslabs/aws-lambda-powertools-typescript/)
description: Suggest an activity to help address technical debt.
3
+
title: "Tech debt: TITLE"
4
+
labels: ["tech-debt", "triage"]
5
+
body:
6
+
- type: markdown
7
+
attributes:
8
+
value: Thank you for taking the time to help us proactively improve delivery velocity, safely.
9
+
- type: textarea
10
+
id: importance
11
+
attributes:
12
+
label: Why is this needed?
13
+
description: Please help us understand the value so we can prioritize it accordingly
14
+
validations:
15
+
required: true
16
+
- type: dropdown
17
+
id: area
18
+
attributes:
19
+
label: Which area does this relate to?
20
+
multiple: true
21
+
options:
22
+
- Tests
23
+
- Static typing
24
+
- Tracer
25
+
- Logger
26
+
- Metrics
27
+
- Event Handler - REST API
28
+
- Event Handler - GraphQL API
29
+
- Middleware factory
30
+
- Parameters
31
+
- Batch processing
32
+
- Validation
33
+
- Event Source Data Classes
34
+
- Parser
35
+
- Idempotency
36
+
- Feature flags
37
+
- JMESPath functions
38
+
- Streaming
39
+
- Automation
40
+
- Other
41
+
- type: textarea
42
+
id: suggestion
43
+
attributes:
44
+
label: Suggestion
45
+
description: If available, please share what a good solution would look like
46
+
validations:
47
+
required: false
48
+
- type: checkboxes
49
+
id: acknowledgment
50
+
attributes:
51
+
label: Acknowledgment
52
+
options:
53
+
- label: This request meets [Lambda Powertools Tenets](https://awslabs.github.io/aws-lambda-powertools-python/latest/#tenets)
54
+
required: true
55
+
- label: Should this be considered in other Lambda Powertools languages? i.e. [TypeScript](https://github.com/awslabs/aws-lambda-powertools-typescript/)
56
+
required: false
57
+
- type: markdown
58
+
attributes:
59
+
value: |
60
+
---
61
+
62
+
**Disclaimer**: We value your time and bandwidth. As such, any pull requests created on non-triaged issues might not be successful.
0 commit comments