Skip to content

Commit 8172f4b

Browse files
authored
chore: update issue templates (#1808)
**Summary:** We've had a couple folks post issues w/ sensitive information. This adds some text to attempt to prevent that from happening moving forward. **Testing:** Used "view file" to see if the template looked reasonable enough
1 parent 5cd3eb5 commit 8172f4b

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ body:
1313
label: Steps to reproduce
1414
description: Detailed steps for us to consistently reproduce what you're seeing
1515
value: |
16-
1.
16+
1.
1717
2.
1818
- type: textarea
1919
attributes:
@@ -47,3 +47,11 @@ body:
4747
attributes:
4848
label: Additional context
4949
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 sensitive information
57+
required: true

.github/ISSUE_TEMPLATE/feature_request.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,11 @@ body:
2222
attributes:
2323
label: SAS version
2424
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 sensitive information
32+
required: true

0 commit comments

Comments
 (0)