Skip to content

Commit

Permalink
feat(issues): new format for issue templates (#2917)
Browse files Browse the repository at this point in the history
* feat(issues): Added new, single issue template to capture issues in a more-easily triagable way

* feat(issues): Removed old issue templates to allow for new one to be non-optional
  • Loading branch information
Noah Litov committed Jun 20, 2019
1 parent 634453d commit 67f6de0
Show file tree
Hide file tree
Showing 5 changed files with 38 additions and 57 deletions.
38 changes: 38 additions & 0 deletions .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
---
name: New Issue
labels: needs-triage
---

**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.

* **I'm submitting a ...**
- [ ] :beetle: bug report
- [ ] :rocket: feature request
- [ ] :books: construct library gap
- [ ] :phone: security issue or vulnerability => Please see [policy](https://github.com/awslabs/aws-cdk/security/policy)
- [ ] :question: support request => Please see note at the top of this template.


* **What is the current behavior?**
*If the current behavior is a :beetle:bug:beetle:: Please provide the steps to reproduce*



* **What is the expected behavior (or behavior of feature suggested)?**



* **What is the motivation / use case for changing the behavior or adding this feature?**



* **Please tell us about your environment:**

- CDK CLI Version: xx.xx.xx
- Module Version: xx.xx.xx
- OS: [all | Windows 10 | OSX Mojave | Ubuntu | etc... ]
- Language: [all | TypeScript | Java | Python ]


* **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)

22 changes: 0 additions & 22 deletions .github/ISSUE_TEMPLATE/bug_report.md

This file was deleted.

10 changes: 0 additions & 10 deletions .github/ISSUE_TEMPLATE/feature_request.md

This file was deleted.

This file was deleted.

15 changes: 0 additions & 15 deletions .github/ISSUE_TEMPLATE/request-sample-or-ask-a-question.md

This file was deleted.

0 comments on commit 67f6de0

Please sign in to comment.