Skip to content
17 changes: 9 additions & 8 deletions .github/ISSUE_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ body:
- type: input
id: working-version
attributes:
label: Last Known Working CDK Version
description: Specify the last known CDK version where this code was functioning as expected (if applicable).
label: Last Known Working CDK Library Version
description: Specify the last known CDK Library version where this code was functioning as expected (if applicable).
validations:
required: false
- type: textarea
Expand Down Expand Up @@ -84,19 +84,20 @@ body:
required: false

- type: input
id: cdk-version
id: cdk-lib-version
attributes:
label: CDK CLI Version
description: Output of `cdk version`
label: AWS CDK Library version (aws-cdk-lib)
description: Run `npm ls aws-cdk-lib` at the root of your CDK project
validations:
required: true

- type: input
id: framework-version
id: cdk-cli-version
attributes:
label: Framework Version
label: AWS CDK CLI version
description: Run `cdk --version` for global installation or `npx cdk --version` at the root of your CDK project
validations:
required: false
required: true

- type: input
id: node-version
Expand Down
12 changes: 10 additions & 2 deletions .github/ISSUE_TEMPLATE/feature-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,17 @@ body:
- label: This feature might incur a breaking change
required: false
- type: input
id: sdk-version
id: cdk-lib-version
attributes:
label: CDK version used
label: AWS CDK Library version (aws-cdk-lib)
description: Run `npm ls aws-cdk-lib` at the root of your CDK project
validations:
required: true
- type: input
id: cdk-cli-version
attributes:
label: AWS CDK CLI version
description: Run `cdk --version` for global installation or `npx cdk --version` at the root of your CDK project
validations:
required: true
- type: input
Expand Down
Loading