File tree Expand file tree Collapse file tree 4 files changed +73
-52
lines changed Expand file tree Collapse file tree 4 files changed +73
-52
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change
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
Load Diff This file was deleted.
Original file line number Diff line number Diff line change
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
You can’t perform that action at this time.
0 commit comments