Skip to content

Commit

Permalink
docs: add gen 2 bug report (#2546)
Browse files Browse the repository at this point in the history
  • Loading branch information
dpilch committed May 17, 2024
1 parent 9b02e35 commit bff1aaf
Show file tree
Hide file tree
Showing 4 changed files with 43 additions and 0 deletions.
43 changes: 43 additions & 0 deletions .github/ISSUE_TEMPLATE/1.gen2_bug_report.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
name: Gen 2 Bug Report
description: Create a report to help us improve Amplify Gen 2 Data
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: env
attributes:
label: Codegen packages
description: |
Please copy and paste output of the following command. This will be automatically formatted into code, so no need for backticks.
```bash
npm list @aws-amplify/data-construct @aws-amplify/graphql-schema-generator
```
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

File renamed without changes.

0 comments on commit bff1aaf

Please sign in to comment.