File tree 5 files changed +77
-44
lines changed
5 files changed +77
-44
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ name : Bug report 🐛
2
+ description : Use this if you've found a bug
3
+ title : " Bug: [Short description of the bug]"
4
+ labels :
5
+ - type/bug
6
+
7
+ body :
8
+ - type : markdown
9
+ attributes :
10
+ value : |
11
+ Before you post, make sure to check for existing bug reports of the issue:
12
+ https://github.com/CasparCG/server/issues?q=+is%3Aissue+label%3Atype%2Fbug
13
+
14
+ - type : textarea
15
+ attributes :
16
+ label : Observed Behavior
17
+ description : What happened?
18
+ validations :
19
+ required : true
20
+
21
+ - type : textarea
22
+ attributes :
23
+ label : Expected behaviour
24
+ description : What did you expect to happen?
25
+ validations :
26
+ required : true
27
+
28
+ - type : textarea
29
+ attributes :
30
+ label : Steps to reproduce
31
+ description : How can we reproduce the issue?
32
+ value : |
33
+ 1.
34
+ 2.
35
+ 3. ...
36
+ validations :
37
+ required : true
38
+
39
+ - type : textarea
40
+ attributes :
41
+ label : Environment
42
+ description : What version of CasparCG and OS are you using?
43
+ value : |
44
+ * Commit: [e.g. ab1234c]
45
+ * Server version: [e.g. v2.2]
46
+ * Operating system: [e.g. Windows 10]
47
+ validations :
48
+ required : true
49
+
Original file line number Diff line number Diff line change
1
+ blank_issues_enabled : false
2
+ contact_links :
3
+ - name : Question or need help?
4
+ url : https://casparcgforum.org/
5
+ about : Ask the community 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
+ labels :
4
+ - type/enhancement
5
+
6
+ body :
7
+ - type : markdown
8
+ attributes :
9
+ value : |
10
+ Before you post, make sure to check for existing matching feature requests:
11
+ https://github.com/CasparCG/server/issues?q=+is%3Aissue+label%3Atype%2Fbug
12
+
13
+ - type : textarea
14
+ attributes :
15
+ label : Description
16
+ description : How should the feature/enhancement work?
17
+ validations :
18
+ required : true
19
+
20
+ - type : textarea
21
+ attributes :
22
+ label : Solution suggestion
23
+ description : If you have any suggestions on how the solution should work, add that here.
You can’t perform that action at this time.
0 commit comments