Skip to content

Commit

Permalink
updates issue templates (#1865)
Browse files Browse the repository at this point in the history
* updates issue templates

* Update .github/ISSUE_TEMPLATE/feature-request.yml

Co-authored-by: Amplifiyer <[email protected]>

---------

Co-authored-by: Amplifiyer <[email protected]>
  • Loading branch information
ykethan and Amplifiyer authored Aug 27, 2024
1 parent 4ea9a5e commit b73e775
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 6 deletions.
12 changes: 10 additions & 2 deletions .github/ISSUE_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,18 @@ body:
- type: textarea
id: description
attributes:
label: Description
label: Describe the bug
description: |
A clear and concise description of the bug you are observing.
validations:
required: true
- type: textarea
id: reproduction
attributes:
label: Reproduction steps
description: |
Describe the bug
How can this bug be reproduced?
Please include any code snippets or screenshots that you think would be helpful!
For more complex issues provide a repository with the smallest sample that reproduces the issue.
validations:
required: true
16 changes: 12 additions & 4 deletions .github/ISSUE_TEMPLATE/feature-request.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Feature request
description: Request a feature to help us improve Amplify Gen 2
name: Feature Request
description: Suggest an idea to help us improve Amplify Gen 2
labels: ['pending-triage']
body:
- type: markdown
Expand All @@ -19,9 +19,17 @@ body:
validations:
required: true
- type: textarea
id: description
attributes:
label: Description
label: Describe the feature
description: A clear and concise description of the feature you are proposing.
validations:
required: true
- type: textarea
id: use-case
attributes:
label: Use case
description: |
Describe the feature request
Please provide information about your use case and how this feature will help with it.
validations:
required: true

0 comments on commit b73e775

Please sign in to comment.