Skip to content

Commit

Permalink
add v2 checkbox to issue template (#3903)
Browse files Browse the repository at this point in the history
* add v2 checkbox to issue template

* add v2 checkbox to issue template (edited)
  • Loading branch information
vudh1 authored Sep 29, 2021
1 parent 0c50fd4 commit 7efca93
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/ISSUE_TEMPLATE/---bug-report.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ Confirm by changing [ ] to [x] below to ensure that it's a bug:
- [ ] I've gone through [Developer Guide](https://docs.aws.amazon.com/sdk-for-javascript/v2/developer-guide/welcome.html) and [API reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/latest/)
- [ ] I've checked [AWS Forums](https://forums.aws.amazon.com) and [StackOverflow](https://stackoverflow.com/questions/tagged/aws-sdk-js) for answers
- [ ] I've searched for [previous similar issues](https://github.com/aws/aws-sdk-js/issues) and didn't find any solution

- [ ] This is an issue with version 2.x of the SDK

**Describe the bug**
A clear and concise description of what the bug is.

Expand Down
2 changes: 2 additions & 0 deletions .github/ISSUE_TEMPLATE/---feature-request.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ labels: feature-request
assignees: ''

---
Confirm by changing [ ] to [x] below:
- [ ] This is a feature with version 2.x of the SDK

**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
Expand Down
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/---known-issues.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,4 @@ assignees: ''

If you still like to open an issue, change [ ] to [x] below:
- [ ] I've confirmed that I'm using latest version of SDK, and issue is still reproducible
- [ ] This is an issue with version 2.x of the SDK
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/---questions---help.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@ assignees: ''
Confirm by changing [ ] to [x] below:
- [ ] I've gone through [Developer Guide](https://docs.aws.amazon.com/sdk-for-javascript/v2/developer-guide/welcome.html) and [API reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/latest/)
- [ ] I've checked [AWS Forums](https://forums.aws.amazon.com) and [StackOverflow](https://stackoverflow.com/questions/tagged/aws-sdk-js) for answers
- [ ] This is an issue with version 2.x of the SDK

**Describe the question**

0 comments on commit 7efca93

Please sign in to comment.