Skip to content

Commit

Permalink
docs: add section for codegen packages to issue template
Browse files Browse the repository at this point in the history
  • Loading branch information
dpilch committed May 9, 2024
1 parent 7fe0edb commit 453c8e7
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/ISSUE_TEMPLATE/1.gen2_bug_report.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,18 @@ body:
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/graphql-generator
```
render: plain text
validations:
required: true
- type: textarea
id: description
attributes:
Expand Down

0 comments on commit 453c8e7

Please sign in to comment.