Skip to content

Commit 7efca93

Browse files
authored
add v2 checkbox to issue template (#3903)
* add v2 checkbox to issue template * add v2 checkbox to issue template (edited)
1 parent 0c50fd4 commit 7efca93

File tree

4 files changed

+6
-1
lines changed

4 files changed

+6
-1
lines changed

.github/ISSUE_TEMPLATE/---bug-report.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ Confirm by changing [ ] to [x] below to ensure that it's a bug:
1111
- [ ] 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/)
1212
- [ ] I've checked [AWS Forums](https://forums.aws.amazon.com) and [StackOverflow](https://stackoverflow.com/questions/tagged/aws-sdk-js) for answers
1313
- [ ] I've searched for [previous similar issues](https://github.com/aws/aws-sdk-js/issues) and didn't find any solution
14-
14+
- [ ] This is an issue with version 2.x of the SDK
15+
1516
**Describe the bug**
1617
A clear and concise description of what the bug is.
1718

.github/ISSUE_TEMPLATE/---feature-request.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ labels: feature-request
66
assignees: ''
77

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

1012
**Is your feature request related to a problem? Please describe.**
1113
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

.github/ISSUE_TEMPLATE/---known-issues.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,4 @@ assignees: ''
2020

2121
If you still like to open an issue, change [ ] to [x] below:
2222
- [ ] I've confirmed that I'm using latest version of SDK, and issue is still reproducible
23+
- [ ] This is an issue with version 2.x of the SDK

.github/ISSUE_TEMPLATE/---questions---help.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,6 @@ assignees: ''
1010
Confirm by changing [ ] to [x] below:
1111
- [ ] 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/)
1212
- [ ] I've checked [AWS Forums](https://forums.aws.amazon.com) and [StackOverflow](https://stackoverflow.com/questions/tagged/aws-sdk-js) for answers
13+
- [ ] This is an issue with version 2.x of the SDK
1314

1415
**Describe the question**

0 commit comments

Comments
 (0)