Skip to content

Commit a4225fe

Browse files
authoredMay 7, 2025··
2 parents d2037fe + 014172c commit a4225fe

File tree

209 files changed

+39499
-685
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

209 files changed

+39499
-685
lines changed
 

‎.github/ISSUE_TEMPLATE/bug-report.yml

+9-8
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

+10-2
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)