File tree Expand file tree Collapse file tree 4 files changed +90
-0
lines changed Expand file tree Collapse file tree 4 files changed +90
-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]: <title>"
4
+ labels : ["bug"]
5
+ body :
6
+ - type : markdown
7
+ attributes :
8
+ value : |
9
+ Thanks for taking the time to fill out this bug report!
10
+ - type : textarea
11
+ id : what-happened
12
+ attributes :
13
+ label : What happened?
14
+ description : Also tell us, what did you expect to happen?
15
+ placeholder : Tell us what you see!
16
+ value : " A bug happened!"
17
+ validations :
18
+ required : true
19
+ - type : dropdown
20
+ id : version
21
+ attributes :
22
+ label : Version
23
+ description : What version of itscalledsoccer are you using?
24
+ options :
25
+ - 0.1.0
26
+ - 0.1.1
27
+ validations :
28
+ required : true
29
+ - type : dropdown
30
+ id : python-or-r-versions
31
+ attributes :
32
+ label : What version of Python or R are you using?
33
+ multiple : false
34
+ options :
35
+ - Python 3.7.x
36
+ - Python 3.8.x
37
+ - Python 3.9.x
38
+ - Python 3.10.x
39
+ - R 3.5.x
40
+ - R 3.6.x
41
+ - R 4.0.x
42
+ - R 4.1.x
43
+ - Other
44
+ validations :
45
+ required : true
46
+ - type : dropdown
47
+ id : operating-system
48
+ attributes :
49
+ label : What operating system are you using?
50
+ multiple : false
51
+ options :
52
+ - MacOS
53
+ - Windows
54
+ - Linux
55
+ validations :
56
+ required : true
57
+ - type : textarea
58
+ id : logs
59
+ attributes :
60
+ label : Relevant log output
61
+ description : Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks.
62
+ render : shell
Original file line number Diff line number Diff line change
1
+ blank_issues_enabled : false
Original file line number Diff line number Diff line change
1
+ name : ✨ Feature Request
2
+ description : Submit a feature request
3
+ title : " [Feature Request]: <title>"
4
+ labels : ["feature-request"]
5
+ body :
6
+ - type : textarea
7
+ id : proposal
8
+ attributes :
9
+ label : What feature would you like to see?
10
+ placeholder : Tell us what you want.
11
+ validations :
12
+ required : true
Original file line number Diff line number Diff line change
1
+ ### Description
2
+
3
+ Please explain the changes you made here.
4
+
5
+ ### Checklist
6
+
7
+ - [ ] Code compiles correctly
8
+ - [ ] Created tests which fail without the change (if applicable)
9
+ - [ ] All lint and unit tests passing
10
+ - [ ] Extended the README / documentation, if necessary
11
+ - [ ] Updated NEWS.md if modifying the R package
12
+
13
+ ### Additional Comments
14
+
15
+ Anything else you'd like to add.
You can’t perform that action at this time.
0 commit comments