Skip to content

Commit d4125a9

Browse files
authored
chore: update bug and feature request templates (#34236)
### Issue # (if applicable) ### Reason for this change CDK Lib and CDK CLI have diverged ### Description of changes updates the template fields to capture both AWS CDK Library and AWS CDK CLI versions in separate fields. minor change to existing fields ### Describe any new or updated permissions being added ### Description of how you validated changes ### Checklist - [x] My code adheres to the [CONTRIBUTING GUIDE](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md) and [DESIGN GUIDELINES](https://github.com/aws/aws-cdk/blob/main/docs/DESIGN_GUIDELINES.md) ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1 parent 4426784 commit d4125a9

File tree

2 files changed

+19
-10
lines changed

2 files changed

+19
-10
lines changed

.github/ISSUE_TEMPLATE/bug-report.yml

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ body:
3131
- type: input
3232
id: working-version
3333
attributes:
34-
label: Last Known Working CDK Version
35-
description: Specify the last known CDK version where this code was functioning as expected (if applicable).
34+
label: Last Known Working CDK Library Version
35+
description: Specify the last known CDK Library version where this code was functioning as expected (if applicable).
3636
validations:
3737
required: false
3838
- type: textarea
@@ -84,19 +84,20 @@ body:
8484
required: false
8585

8686
- type: input
87-
id: cdk-version
87+
id: cdk-lib-version
8888
attributes:
89-
label: CDK CLI Version
90-
description: Output of `cdk version`
89+
label: AWS CDK Library version (aws-cdk-lib)
90+
description: Run `npm ls aws-cdk-lib` at the root of your CDK project
9191
validations:
9292
required: true
9393

9494
- type: input
95-
id: framework-version
95+
id: cdk-cli-version
9696
attributes:
97-
label: Framework Version
97+
label: AWS CDK CLI version
98+
description: Run `cdk --version` for global installation or `npx cdk --version` at the root of your CDK project
9899
validations:
99-
required: false
100+
required: true
100101

101102
- type: input
102103
id: node-version

.github/ISSUE_TEMPLATE/feature-request.yml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,17 @@ body:
4646
- label: This feature might incur a breaking change
4747
required: false
4848
- type: input
49-
id: sdk-version
49+
id: cdk-lib-version
5050
attributes:
51-
label: CDK version used
51+
label: AWS CDK Library version (aws-cdk-lib)
52+
description: Run `npm ls aws-cdk-lib` at the root of your CDK project
53+
validations:
54+
required: true
55+
- type: input
56+
id: cdk-cli-version
57+
attributes:
58+
label: AWS CDK CLI version
59+
description: Run `cdk --version` for global installation or `npx cdk --version` at the root of your CDK project
5260
validations:
5361
required: true
5462
- type: input

0 commit comments

Comments
 (0)