Skip to content

Commit

Permalink
chore: improve bug report template
Browse files Browse the repository at this point in the history
  • Loading branch information
aripalo committed Nov 26, 2024
1 parent 46fee91 commit d96e597
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion .github/ISSUE_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,20 @@ body:
- macOS
- Windows
- Other
default: 1
validations:
required: true

- type: input
attributes:
label: Operating System Version
description: >
Version of your operating system (e.g., Ubuntu 22.04, macOS 14.3.1, Windows 11)
placeholder: macOS 14.3.1
validations:
required: true


- type: dropdown
attributes:
label: Language
Expand All @@ -36,14 +47,16 @@ body:
- TypeScript/JavaScript
- Python
- Go
default: 0
validations:
required: true

- type: input
attributes:
label: Language Runtime Version
description: >
Version of the language runtime (e.g., Node.js v18.19.1, Python 3.13.0, Go 1.23.3)
Version of the language runtime (e.g., NodeJS v18.19.1, Python 3.13.0, Go 1.23.3)
placeholder: NodeJS v18.19.1
validations:
required: true

Expand All @@ -52,6 +65,7 @@ body:
label: Version of aws-cdk-lib
description: >
AWS CDK Library version used
placeholder: "2.170.0"
validations:
required: true

Expand All @@ -60,6 +74,7 @@ body:
label: Version of aws-cdk
description: >
AWS CDK CLI/Toolkit version used
placeholder: "2.170.0"
validations:
required: true

Expand All @@ -68,6 +83,7 @@ body:
label: Version of @alma-cdk/project
description: >
The version of this library you are using that you noticed the bug in
placeholder: "1.0.1"
validations:
required: true

Expand Down

0 comments on commit d96e597

Please sign in to comment.