File tree Expand file tree Collapse file tree 5 files changed +120
-0
lines changed
Expand file tree Collapse file tree 5 files changed +120
-0
lines changed Original file line number Diff line number Diff line change 1+ github : Flaminel
Original file line number Diff line number Diff line change 1+ name : Bug report
2+ description : File a bug report if something is not working right.
3+ title : " [BUG] "
4+ labels : ["bug"]
5+ body :
6+ - type : markdown
7+ attributes :
8+ value : |
9+ Thanks for taking the time to improve cleanuperr!
10+ - type : checkboxes
11+ id : init
12+ attributes :
13+ label : " Before submitting a bug report, I have:"
14+ options :
15+ - label : Reviewed the documentation.
16+ required : true
17+ - label : Ensured I am using ghcr.io/flmorg/cleanuperr docker repository.
18+ required : true
19+ - label : Ensured I am using the latest version.
20+ required : true
21+ - label : Enabled verbose logging.
22+ required : true
23+ - type : textarea
24+ id : what-happened
25+ attributes :
26+ label : What is the behavior?
27+ description : If applicable, mention what you expected to happen.
28+ validations :
29+ required : true
30+ - type : dropdown
31+ id : os
32+ attributes :
33+ label : Which operating system do you use?
34+ multiple : false
35+ options :
36+ - Windows
37+ - Linux
38+ - MacOS
39+ - Unraid
40+ validations :
41+ required : true
42+ - type : dropdown
43+ id : deployment
44+ attributes :
45+ label : What type of deployment do you use?
46+ multiple : false
47+ options :
48+ - Docker container
49+ - Binary (executable) file
50+ validations :
51+ required : true
52+ - type : textarea
53+ id : logs
54+ attributes :
55+ label : Relevant log output
56+ description : Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks.
57+ render : shell
58+ - type : textarea
59+ attributes :
60+ label : Anything else?
61+ description : |
62+ Links? References? Anything that will give us more context about the issue you are encountering!
63+
64+ Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in.
65+ validations :
66+ required : false
Original file line number Diff line number Diff line change 1+ name : Feature request
2+ description : File a feature request.
3+ title : " [FEATURE] "
4+ labels : ["enhancement"]
5+ body :
6+ - type : markdown
7+ attributes :
8+ value : |
9+ Thanks for taking the time to improve cleanuperr!
10+ - type : textarea
11+ id : description
12+ attributes :
13+ label : What would you like to see implemented next?
14+ description : |
15+ Links? References? Anything that will give us more context about your idea!
16+
17+ Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in.
18+ validations :
19+ required : true
Original file line number Diff line number Diff line change 1+ name : Help request
2+ description : Ask a question to receive help.
3+ title : " [HELP] "
4+ labels : ["question"]
5+ body :
6+ - type : markdown
7+ attributes :
8+ value : |
9+ If you are experiencing unexpected behavior, please consider submitting a bug report instead.
10+ - type : checkboxes
11+ id : init
12+ attributes :
13+ label : " Before submitting a help request, I have:"
14+ options :
15+ - label : Reviewed the documentation.
16+ required : true
17+ - label : Ensured I am using ghcr.io/flmorg/cleanuperr docker repository.
18+ required : true
19+ - label : Ensured I am using the latest version.
20+ required : true
21+ - label : Enabled verbose logging.
22+ required : true
23+ - type : textarea
24+ id : description
25+ attributes :
26+ label : How can we help?
27+ description : |
28+ Links? References? Anything that will give us more context about your question!
29+
30+ Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in.
31+ validations :
32+ required : true
Original file line number Diff line number Diff line change 1+ blank_issues_enabled : false
2+ contact_links : []
You can’t perform that action at this time.
0 commit comments