Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: add gen 2 bug report #2546

Merged
merged 2 commits into from
May 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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

Loading