Skip to content

Commit db7188d

Browse files
Scott DoverScott Dover
authored andcommitted
chore: favor checkboxes over notes
Signed-off-by: Scott Dover <Scott.Dover@sas.com>
1 parent 2af161d commit db7188d

File tree

2 files changed

+17
-9
lines changed

2 files changed

+17
-9
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@ name: Bug Report
22
description: Report a bug
33
type: Bug
44
body:
5-
- type: markdown
6-
attributes:
7-
value: |
8-
**<ins>NOTE: Please do not share screenshots or settings containing sensitive information (i.e. domains, credentials, files, etc)</ins>**
95
- type: textarea
106
attributes:
117
label: Describe the bug
@@ -17,7 +13,7 @@ body:
1713
label: Steps to reproduce
1814
description: Detailed steps for us to consistently reproduce what you're seeing
1915
value: |
20-
1.
16+
1.
2117
2.
2218
- type: textarea
2319
attributes:
@@ -51,3 +47,11 @@ body:
5147
attributes:
5248
label: Additional context
5349
placeholder: Add any other context about the problem here
50+
- type: checkboxes
51+
attributes:
52+
label: Sensitive information
53+
description: |
54+
**<ins>Please do not share screenshots or settings containing sensitive information (i.e. domains, credentials, files, etc)</ins>**
55+
options:
56+
- label: I have confirmed that this bug report contains no sensistive information
57+
required: true

.github/ISSUE_TEMPLATE/feature_request.yml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@ name: Feature Request
22
description: Suggest an idea for this project
33
type: Feature
44
body:
5-
- type: markdown
6-
attributes:
7-
value: |
8-
**<ins>NOTE: Please do not share screenshots or settings containing sensitive information (i.e. domains, credentials, files, etc)</ins>**
95
- type: textarea
106
attributes:
117
label: Is your feature request related to a problem? Please describe.
@@ -26,3 +22,11 @@ body:
2622
attributes:
2723
label: SAS version
2824
placeholder: e.g. Viya 4
25+
- type: checkboxes
26+
attributes:
27+
label: Sensitive information
28+
description: |
29+
**<ins>Please do not share screenshots or settings containing sensitive information (i.e. domains, credentials, files, etc)</ins>**
30+
options:
31+
- label: I have confirmed that this feature request contains no sensistive information
32+
required: true

0 commit comments

Comments
 (0)