Skip to content

Commit cfd859f

Browse files
authored
Merge pull request #193 from hjgraca/maintenance-new-issue-template
chore - New maintenance issue template
2 parents dbd4bf3 + 637018c commit cfd859f

File tree

1 file changed

+70
-0
lines changed

1 file changed

+70
-0
lines changed
Lines changed: 70 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,70 @@
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.

0 commit comments

Comments
 (0)