Skip to content

Commit dac3430

Browse files
authored
chore: update issue templates (#1397)
1 parent 1c50d9d commit dac3430

File tree

4 files changed

+73
-52
lines changed

4 files changed

+73
-52
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 0 additions & 31 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
name: Bug Report
2+
description: Report a bug
3+
type: Bug
4+
body:
5+
- type: textarea
6+
attributes:
7+
label: Describe the bug
8+
placeholder: A clear and concise description of what the bug is
9+
validations:
10+
required: true
11+
- type: textarea
12+
attributes:
13+
label: Steps to reproduce
14+
description: Detailed steps for us to consistently reproduce what you're seeing
15+
value: |
16+
1.
17+
2.
18+
- type: textarea
19+
attributes:
20+
label: SAS code (if applicable)
21+
description: If applicable, add the minimal SAS code that will reproduce the bug
22+
render: SAS
23+
- type: textarea
24+
attributes:
25+
label: Expected behavior
26+
placeholder: A clear and concise description of what you expected to happen
27+
- type: textarea
28+
attributes:
29+
label: Screenshots
30+
placeholder: If applicable, add screenshots to help explain your problem
31+
- type: input
32+
attributes:
33+
label: Client OS
34+
description: Where is your VS Code running on?
35+
placeholder: e.g. Windows 11
36+
- type: input
37+
attributes:
38+
label: Extension version
39+
placeholder: e.g. v1.13.0
40+
validations:
41+
required: true
42+
- type: input
43+
attributes:
44+
label: SAS version
45+
placeholder: e.g. Viya 2024.09
46+
- type: textarea
47+
attributes:
48+
label: Additional context
49+
placeholder: Add any other context about the problem here

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 0 additions & 21 deletions
This file was deleted.
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
name: Feature Request
2+
description: Suggest an idea for this project
3+
type: Feature
4+
body:
5+
- type: textarea
6+
attributes:
7+
label: Is your feature request related to a problem? Please describe.
8+
placeholder: A clear and concise description of what the problem is. Ex. I'm always frustrated when ...
9+
- type: textarea
10+
attributes:
11+
label: Describe the solution you'd like
12+
placeholder: A clear and concise description of what you want to happen.
13+
- type: textarea
14+
attributes:
15+
label: Describe alternatives you've considered
16+
placeholder: A clear and concise description of any alternative solutions or features you've considered.
17+
- type: textarea
18+
attributes:
19+
label: Additional context
20+
placeholder: Add any other context or screenshots about the feature request here.
21+
- type: input
22+
attributes:
23+
label: SAS version
24+
placeholder: e.g. Viya 4

0 commit comments

Comments
 (0)