Skip to content

Commit c9dde2b

Browse files
committed
test
1 parent 0d096b9 commit c9dde2b

File tree

5 files changed

+120
-0
lines changed

5 files changed

+120
-0
lines changed

.github/FUNDING.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
github: Flaminel

.github/ISSUE_TEMPLATE/1-bug.yml

Lines changed: 66 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,66 @@
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
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
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

.github/ISSUE_TEMPLATE/3-help.yml

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
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

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
blank_issues_enabled: false
2+
contact_links: []

0 commit comments

Comments
 (0)