Skip to content

Commit 3df9fb5

Browse files
Merge pull request #5 from aws-github-ops/templateFix
chore: fix issue templates
2 parents cc2f1ec + 0ee0779 commit 3df9fb5

File tree

3 files changed

+1
-6
lines changed

3 files changed

+1
-6
lines changed

.github/ISSUE_TEMPLATE/bug.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,6 @@ body:
1515
label: Reproduction Steps
1616
description: |
1717
Minimal amount of code that causes the bug (if possible) or a reference.
18-
19-
The code sample should be an SSCCE. See http://sscce.org/ for details.
20-
In short, provide a code sample that we can copy/paste, run and reproduce.
2118
validations:
2219
required: true
2320

.github/ISSUE_TEMPLATE/feature-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ body:
2626
description: |
2727
Please include prototype/workaround/sketch/reference implementation.
2828
validations:
29-
required: true
29+
required: false
3030

3131
- type: textarea
3232
id: other

.github/ISSUE_TEMPLATE/general-issue.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ name: General Issue
22
description: Create a new issue
33
labels: [needs-triage, guidance]
44
body:
5-
- type: markdown
6-
75
- type: textarea
86
id: question
97
attributes:

0 commit comments

Comments
 (0)