Skip to content

Commit

Permalink
docs: add gen 2 issue report
Browse files Browse the repository at this point in the history
  • Loading branch information
dpilch committed May 9, 2024
1 parent cbbb1d3 commit ce400a4
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 2 deletions.
30 changes: 30 additions & 0 deletions .github/ISSUE_TEMPLATE/1.gen2_bug_report.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
name: Gen 2 Bug Report
description: Create a report to help us improve Amplify Gen 2 Codegen
labels: ['pending-triage']
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this bug report!
- type: textarea
id: env
attributes:
label: Environment information
description: |
Please copy and paste output of the following command. This will be automatically formatted into code, so no need for backticks.
```bash
npx ampx info
```
render: plain text
validations:
required: true
- type: textarea
id: description
attributes:
label: Description
description: |
Describe the bug
How can this bug be reproduced?
Please include any code snippets or screenshots that you think would be helpful!
validations:
required: true
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Bug report
description: Create a report to help us improve Amplify Codegen
name: Gen 1 Bug report
description: Create a report to help us improve Gen 1 CLI Amplify Codegen
body:
- type: markdown
attributes:
Expand Down
File renamed without changes.

0 comments on commit ce400a4

Please sign in to comment.