Skip to content

Commit 7fb82ad

Browse files
authored
fix(documentation): auto-labeling fixed (#3089)
when new issue created with template this new issue format should auto-populate the label with "needs-triage"
1 parent 68cfa54 commit 7fb82ad

File tree

2 files changed

+82
-0
lines changed

2 files changed

+82
-0
lines changed
+41
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
---
2+
name: General Issues
3+
about: Please use this template to submit issues for review
4+
title: ''
5+
labels: needs-triage
6+
assignees: ''
7+
8+
---
9+
10+
**Note: for support questions, please first reference our [documentation](https://docs.aws.amazon.com/cdk/api/latest), then use [Stackoverflow](https://stackoverflow.com/questions/ask?tags=aws-cdk)**. This repository's issues are intended for feature requests and bug reports.
11+
12+
* **I'm submitting a ...**
13+
- [ ] :beetle: bug report
14+
- [ ] :rocket: feature request
15+
- [ ] :books: construct library gap
16+
- [ ] :phone: security issue or vulnerability => Please see [policy](https://github.com/awslabs/aws-cdk/security/policy)
17+
- [ ] :question: support request => Please see note at the top of this template.
18+
19+
20+
* **What is the current behavior?**
21+
*If the current behavior is a :beetle:bug:beetle:: Please provide the steps to reproduce*
22+
23+
24+
25+
* **What is the expected behavior (or behavior of feature suggested)?**
26+
27+
28+
29+
* **What is the motivation / use case for changing the behavior or adding this feature?**
30+
31+
32+
33+
* **Please tell us about your environment:**
34+
35+
- CDK CLI Version: xx.xx.xx
36+
- Module Version: xx.xx.xx
37+
- OS: [all | Windows 10 | OSX Mojave | Ubuntu | etc... ]
38+
- Language: [all | TypeScript | Java | Python ]
39+
40+
41+
* **Other information** (e.g. detailed explanation, stacktraces, related issues, suggestions how to fix, links for us to have context, eg. associated pull-request, stackoverflow, gitter, etc)
+41
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
---
2+
name: Issue_Template
3+
about: Submit a formatted issue for attention by the CDK team
4+
title: ''
5+
labels: needs-triage
6+
assignees: ''
7+
8+
---
9+
10+
**Note: for support questions, please first reference our [documentation](https://docs.aws.amazon.com/cdk/api/latest), then use [Stackoverflow](https://stackoverflow.com/questions/ask?tags=aws-cdk)**. This repository's issues are intended for feature requests and bug reports.
11+
12+
* **I'm submitting a ...**
13+
- [ ] :beetle: bug report
14+
- [ ] :rocket: feature request
15+
- [ ] :books: construct library gap
16+
- [ ] :phone: security issue or vulnerability => Please see [policy](https://github.com/awslabs/aws-cdk/security/policy)
17+
- [ ] :question: support request => Please see note at the top of this template.
18+
19+
20+
* **What is the current behavior?**
21+
*If the current behavior is a :beetle:bug:beetle:: Please provide the steps to reproduce*
22+
23+
24+
25+
* **What is the expected behavior (or behavior of feature suggested)?**
26+
27+
28+
29+
* **What is the motivation / use case for changing the behavior or adding this feature?**
30+
31+
32+
33+
* **Please tell us about your environment:**
34+
35+
- CDK CLI Version: xx.xx.xx
36+
- Module Version: xx.xx.xx
37+
- OS: [all | Windows 10 | OSX Mojave | Ubuntu | etc... ]
38+
- Language: [all | TypeScript | Java | Python ]
39+
40+
41+
* **Other information** (e.g. detailed explanation, stacktraces, related issues, suggestions how to fix, links for us to have context, eg. associated pull-request, stackoverflow, gitter, etc)

0 commit comments

Comments
 (0)