-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: issue template for v1 migration bugs
- Loading branch information
Showing
1 changed file
with
54 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |