Skip to content

Commit

Permalink
chore: update issue template
Browse files Browse the repository at this point in the history
  • Loading branch information
aripalo committed Nov 26, 2024
1 parent d571ff9 commit 46fee91
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,18 @@ body:
- Do not disclose any sensitive information (including AWS Account IDs)!
- If you are having issues with the v0 to v1 migration, please open a [v0 to v1 migration issue](https://github.com/alma-cdk/project/issues/new?assignees=maintainers&labels=v1-migration-issue&projects=&template=v1-migration-issue.yml&title=Issue+with+V1+Migration%3A+).
- type: dropdown
attributes:
label: Operating System
description: Which operating system are you using?
options:
- Linux
- macOS
- Windows
- Other
validations:
required: true

- type: dropdown
attributes:
label: Language
Expand All @@ -27,6 +39,14 @@ body:
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)
validations:
required: true

- type: input
attributes:
label: Version of aws-cdk-lib
Expand Down

0 comments on commit 46fee91

Please sign in to comment.