Skip to content

Commit

Permalink
chore: issue template for v1 migration bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
aripalo committed Nov 25, 2024
1 parent 443d9b0 commit 43d9e6d
Showing 1 changed file with 54 additions and 0 deletions.
54 changes: 54 additions & 0 deletions .github/ISSUE_TEMPLATE/v1-migration-issue.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
name: "V0 to V1 Migration Issue"
title: "Issue with V1 Migration: "
description: >
Report an issue with the V0 to V1 migration.
assignees:
- maintainers

labels:
- v1-migration-issue

body:

- type: dropdown
attributes:
label: Language
description: Programming Language used with AWS CDK
options:
- TypeScript/JavaScript
- Python
- Go
validations:
required: true

- type: input
attributes:
label: Version of aws-cdk-lib
description: >
AWS CDK Library version used
validations:
required: true

- type: input
attributes:
label: Version of aws-cdk
description: >
AWS CDK CLI/Toolkit version used
validations:
required: true

- type: input
attributes:
label: Original version of @alma-cdk/project
description: >
The v0 version used before migration to v1
validations:
required: true

- type: textarea
attributes:
label: What happened?
description: Also tell us, what did you expect to happen?
placeholder: Tell us what you see!
validations:
required: true

0 comments on commit 43d9e6d

Please sign in to comment.