File tree 3 files changed +44
-11
lines changed
3 files changed +44
-11
lines changed Original file line number Diff line number Diff line change 1
1
name : Bug Report
2
2
description : Create a bug report to help us improve
3
- title : " [BUG]: "
3
+ title : ' [BUG]: '
4
4
labels :
5
- - " bug"
5
+ - ' bug'
6
6
body :
7
7
- type : markdown
8
8
attributes :
9
9
value : |
10
- Thanks for taking the time to fill out this bug report!
10
+ Thanks for taking the time to submit this feature request!
11
+
12
+ Please answer the following questions before submitting an issue.
13
+
14
+ - [ ] I am running the latest version
15
+ - [ ] I checked the documentation and found no answer
16
+ - [ ] I checked to make sure that this issue has not already been filed
17
+
11
18
- type : textarea
12
19
id : description
13
20
attributes :
16
23
placeholder : Try to describe what happened...
17
24
validations :
18
25
required : true
26
+
19
27
- type : textarea
20
28
id : reproduce
21
29
attributes :
28
36
...
29
37
validations :
30
38
required : true
39
+
31
40
- type : textarea
32
41
id : expected
33
42
attributes :
36
45
placeholder : What should normally happen when steps are taken
37
46
validations :
38
47
required : true
48
+
39
49
- type : textarea
40
50
id : actual
41
51
attributes :
44
54
placeholder : What actually happened when steps were taken instead of what should happen?
45
55
validations :
46
56
required : true
57
+
47
58
- type : dropdown
48
59
id : os
49
60
attributes :
57
68
- iPhone (iOS)
58
69
validations :
59
70
required : true
71
+
60
72
- type : dropdown
61
73
id : browsers
62
74
attributes :
@@ -67,17 +79,18 @@ body:
67
79
- Chrome
68
80
- Safari
69
81
- Microsoft Edge
82
+
70
83
- type : textarea
71
84
id : logs
72
85
attributes :
73
86
label : Relevant log output
74
87
description : Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks.
75
88
render : bash
89
+
76
90
- type : checkboxes
77
91
id : terms
78
92
attributes :
79
93
label : Code of Conduct
80
- # description: By submitting this issue, you agree to follow our [Code of Conduct](https://example.com)
81
94
description : By submitting this issue, you agree to follow our [CODE_OF_CONDUCT.md](CODE_OF_CONDUCT.md)
82
95
options :
83
96
- label : I agree to follow this project's Code of Conduct
Original file line number Diff line number Diff line change 1
1
name : Feature Request
2
2
description : Request a new feature for this project
3
- title : " [FEATURE]: "
3
+ title : ' [FEATURE]: '
4
4
labels :
5
- - " feature"
5
+ - ' feature'
6
6
body :
7
7
- type : markdown
8
8
attributes :
9
9
value : |
10
10
Thanks for taking the time to submit this feature request!
11
+
12
+ Please answer the following questions before submitting an issue.
13
+
14
+ - [ ] I am running the latest version
15
+ - [ ] I checked the documentation and found no answer
16
+ - [ ] I checked to make sure that this issue has not already been filed
17
+
11
18
- type : textarea
12
19
id : summary
13
20
attributes :
14
21
label : Feature Summary
15
22
description : A clear and concise description of the feature.
16
- placeholder : " Example: As a [user role], I want to [complete action] so that I can [achieve outcome]"
23
+ placeholder : ' Example: As a [user role], I want to [complete action] so that I can [achieve outcome]'
17
24
validations :
18
25
required : true
26
+
19
27
- type : textarea
20
28
id : acceptance
21
29
attributes :
@@ -28,18 +36,21 @@ body:
28
36
...
29
37
validations :
30
38
required : true
39
+
31
40
- type : textarea
32
41
id : scenario
33
42
attributes :
34
43
label : Scenario
35
44
description : Describe a scenario where this feature would be useful.
36
45
placeholder : Under what circumstances would this feature be useful
46
+
37
47
- type : textarea
38
48
id : context
39
49
attributes :
40
50
label : Any Additional Context
41
51
description : Any other context or additional information.
42
52
placeholder : Any other context or additional information you wish to share about the proposed feature...
53
+
43
54
- type : checkboxes
44
55
id : terms
45
56
attributes :
Original file line number Diff line number Diff line change 1
1
name : Task
2
2
description : Request a new task for this project
3
- title : " [TASK]: "
3
+ title : ' [TASK]: '
4
4
labels :
5
- - " task"
5
+ - ' task'
6
6
body :
7
7
- type : markdown
8
8
attributes :
9
9
value : |
10
- Thanks for taking the time to submit this task request form!
10
+ Thanks for taking the time to submit this feature request!
11
+
12
+ Please answer the following questions before submitting an issue.
13
+
14
+ - [ ] I am running the latest version
15
+ - [ ] I checked the documentation and found no answer
16
+ - [ ] I checked to make sure that this issue has not already been filed
17
+
11
18
- type : textarea
12
19
id : summary
13
20
attributes :
14
21
label : Task Summary
15
22
description : A brief description of what the task will accomplish.
16
- placeholder : " Example: Make [x] do [y]"
23
+ placeholder : ' Example: Make [x] do [y]'
17
24
validations :
18
25
required : true
26
+
19
27
- type : textarea
20
28
id : acceptance
21
29
attributes :
26
34
...
27
35
validations :
28
36
required : true
37
+
29
38
- type : textarea
30
39
id : context
31
40
attributes :
You can’t perform that action at this time.
0 commit comments