diff --git a/.github/ISSUE_TEMPLATE/v1-migration-issue.yml b/.github/ISSUE_TEMPLATE/v1-migration-issue.yml new file mode 100644 index 0000000..7cd28b3 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/v1-migration-issue.yml @@ -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