diff --git a/.github/ISSUE_TEMPLATE/---bug-report.md b/.github/ISSUE_TEMPLATE/---bug-report.md index 2b0b1d6052..310e37a81e 100644 --- a/.github/ISSUE_TEMPLATE/---bug-report.md +++ b/.github/ISSUE_TEMPLATE/---bug-report.md @@ -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. diff --git a/.github/ISSUE_TEMPLATE/---feature-request.md b/.github/ISSUE_TEMPLATE/---feature-request.md index eb12b67397..fd5590ce27 100644 --- a/.github/ISSUE_TEMPLATE/---feature-request.md +++ b/.github/ISSUE_TEMPLATE/---feature-request.md @@ -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 [...] diff --git a/.github/ISSUE_TEMPLATE/---known-issues.md b/.github/ISSUE_TEMPLATE/---known-issues.md index e1cb699a25..ea8b4383fe 100644 --- a/.github/ISSUE_TEMPLATE/---known-issues.md +++ b/.github/ISSUE_TEMPLATE/---known-issues.md @@ -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 diff --git a/.github/ISSUE_TEMPLATE/---questions---help.md b/.github/ISSUE_TEMPLATE/---questions---help.md index a68605b5ba..46f06b3edd 100644 --- a/.github/ISSUE_TEMPLATE/---questions---help.md +++ b/.github/ISSUE_TEMPLATE/---questions---help.md @@ -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**