File tree 1 file changed +75
-0
lines changed
1 file changed +75
-0
lines changed 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
+ projects : ["octo-org/1", "octo-org/44"]
6
+ assignees :
7
+ - octocat
8
+ body :
9
+ - type : markdown
10
+ attributes :
11
+ value : |
12
+ Thanks for taking the time to fill out this bug report!
13
+ # - type: input
14
+ # id: contact
15
+ # attributes:
16
+ # label: Contact Details
17
+ # description: How can we get in touch with you if we need more info?
18
+ # placeholder: ex. [email protected]
19
+ # validations:
20
+ # required: false
21
+ - type : checkboxes
22
+ id : requirements
23
+ attributes :
24
+ label : Requirements to open issue
25
+ description : By submitting this issue, you follow that you are followed all of this steps
26
+ options :
27
+ - label : Searched that similar issue doesn't already opened
28
+ required : true
29
+ - label : Running on **latest** version
30
+ required : true
31
+ - type : textarea
32
+ id : what-happened
33
+ attributes :
34
+ label : What happened?
35
+ description : Also tell us, what did you expect to happen?
36
+ placeholder : Tell us what you see!
37
+ value : " A bug happened!"
38
+ validations :
39
+ required : true
40
+ - type : dropdown
41
+ id : version
42
+ attributes :
43
+ label : Version
44
+ description : What version of our software are you running?
45
+ options :
46
+ - Latest from GitHub Actions
47
+ - 2.0.0
48
+ - 1.4.0
49
+ - Other
50
+ default : 0
51
+ validations :
52
+ required : true
53
+ - type : dropdown
54
+ id : os
55
+ attributes :
56
+ label : Which platfotm are you use?
57
+ options :
58
+ - Android (with Termux)
59
+ - Windows
60
+ - Linux
61
+ - macOS
62
+ - type : textarea
63
+ id : logs
64
+ attributes :
65
+ label : Relevant log output
66
+ description : Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks.
67
+ render : shell
68
+ - type : checkboxes
69
+ id : terms
70
+ attributes :
71
+ label : Code of Conduct
72
+ description : By submitting this issue, you agree to follow our [Code of Conduct](https://example.com).
73
+ options :
74
+ - label : I agree to follow this project's Code of Conduct
75
+ required : true
You can’t perform that action at this time.
0 commit comments