File tree Expand file tree Collapse file tree 1 file changed +70
-0
lines changed Expand file tree Collapse file tree 1 file changed +70
-0
lines changed Original file line number Diff line number Diff line change 1+ name : Maintenance
2+ description : Suggest an activity to help address tech debt, governance, and anything internal
3+ title : " Maintenance: TITLE"
4+ labels : ["internal", "triage"]
5+ body :
6+ - type : markdown
7+ attributes :
8+ value : |
9+ Thank you for taking the time to help us improve operational excellence.
10+
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+ - type : textarea
20+ id : importance
21+ attributes :
22+ label : Why is this needed?
23+ description : Please help us understand the value so we can prioritize it accordingly
24+ validations :
25+ required : true
26+ - type : dropdown
27+ id : area
28+ attributes :
29+ label : Which area does this relate to?
30+ multiple : true
31+ options :
32+ - Automation
33+ - Governance
34+ - .NET sdk
35+ - Tests
36+ - Tracer
37+ - Logger
38+ - Metrics
39+ - Event Handler - REST API
40+ - Event Handler - GraphQL API
41+ - Middleware factory
42+ - Parameters
43+ - Batch processing
44+ - Typing
45+ - Validation
46+ - Event Source Data Classes
47+ - Parser
48+ - Idempotency
49+ - Feature flags
50+ - Other
51+ - type : textarea
52+ id : suggestion
53+ attributes :
54+ label : Solution
55+ description : If available, please share what a good solution would look like
56+ validations :
57+ required : false
58+ - type : checkboxes
59+ id : acknowledgment
60+ attributes :
61+ label : Acknowledgment
62+ options :
63+ - label : This request meets [Lambda Powertools Tenets](https://awslabs.github.io/aws-lambda-powertools-python/latest/#tenets)
64+ required : true
65+ - type : markdown
66+ attributes :
67+ value : |
68+ ---
69+
70+ **Disclaimer**: We value your time and bandwidth. As such, any pull requests created on non-triaged issues might not be successful.
You can’t perform that action at this time.
0 commit comments