Skip to content

Commit

Permalink
Merge pull request #5 from aws-github-ops/templateFix
Browse files Browse the repository at this point in the history
chore: fix issue templates
  • Loading branch information
peterwoodworth authored Nov 17, 2021
2 parents cc2f1ec + 0ee0779 commit 3df9fb5
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 6 deletions.
3 changes: 0 additions & 3 deletions .github/ISSUE_TEMPLATE/bug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@ body:
label: Reproduction Steps
description: |
Minimal amount of code that causes the bug (if possible) or a reference.
The code sample should be an SSCCE. See http://sscce.org/ for details.
In short, provide a code sample that we can copy/paste, run and reproduce.
validations:
required: true

Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ body:
description: |
Please include prototype/workaround/sketch/reference implementation.
validations:
required: true
required: false

- type: textarea
id: other
Expand Down
2 changes: 0 additions & 2 deletions .github/ISSUE_TEMPLATE/general-issue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ name: General Issue
description: Create a new issue
labels: [needs-triage, guidance]
body:
- type: markdown

- type: textarea
id: question
attributes:
Expand Down

0 comments on commit 3df9fb5

Please sign in to comment.