File tree Expand file tree Collapse file tree 4 files changed +92
-51
lines changed
Expand file tree Collapse file tree 4 files changed +92
-51
lines changed Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ name : Bug Report
2+ description : File a bug report
3+ title : " [Bug]: "
4+ labels : [bug, triage]
5+ assignees :
6+ - Power-Maverick
7+ body :
8+ - type : markdown
9+ attributes :
10+ value : |
11+ Thanks for taking the time to fill out this bug report!
12+ - type : input
13+ id : contact
14+ attributes :
15+ label : Contact Details
16+ description : How can we get in touch with you if we need more info?
17+ placeholder : ex. email@example.com
18+ validations :
19+ required : false
20+ - type : textarea
21+ id : what-happened
22+ attributes :
23+ label : What happened?
24+ description : Also tell us, what did you expect to happen?
25+ placeholder : Tell us what you see!
26+ validations :
27+ required : true
28+ - type : input
29+ id : version
30+ attributes :
31+ label : What version of the tool are you using?
32+ description : You can find it under `Tool Library` in XrmToolBox.
33+ validations :
34+ required : true
35+ - type : input
36+ id : xrmtoolbox
37+ attributes :
38+ label : What version of XrmToolBox are you running?
39+ description : You can find it under `Help` > `About XrmToolBox` in XrmToolBox.
40+ - type : textarea
41+ id : logs
42+ attributes :
43+ label : Relevant log output
44+ description : Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks.
45+ render : shell
Original file line number Diff line number Diff line change 1+ name : Feature Request
2+ description : Suggest an idea for this project
3+ title : " [Feature]: "
4+ labels : [enhancement, triage]
5+ assignees :
6+ - Power-Maverick
7+ body :
8+ - type : markdown
9+ attributes :
10+ value : |
11+ Thanks for taking the time to provide an enhancement idea for the tool!
12+ - type : input
13+ id : contact
14+ attributes :
15+ label : Contact Details
16+ description : How can we get in touch with you if we need more info?
17+ placeholder : ex. email@example.com
18+ validations :
19+ required : false
20+ - type : dropdown
21+ id : is-problem
22+ attributes :
23+ label : Is your feature request related to a problem?
24+ options :
25+ - ' Yes'
26+ - ' No'
27+ validations :
28+ required : true
29+ - type : textarea
30+ id : problem
31+ attributes :
32+ label : Describe the problem?
33+ validations :
34+ required : false
35+ - type : textarea
36+ id : solution
37+ attributes :
38+ label : Provide a solution or an idea you would like to see in the tool?
39+ description : Also if you can provide any alternatives you have considered that would be great!
40+ validations :
41+ required : false
42+ - type : textarea
43+ id : logs
44+ attributes :
45+ label : Relevant log output
46+ description : Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks.
47+ render : shell
You can’t perform that action at this time.
0 commit comments