Skip to content

Commit 9486b08

Browse files
authored
Merge pull request TandoorRecipes#1309 from MaxJa4/develop
Disabled old issue templates and added new ones with new GitHub issues format
2 parents d36033a + ffa9186 commit 9486b08

File tree

9 files changed

+225
-0
lines changed

9 files changed

+225
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,63 @@
1+
name: Bug Report
2+
description: "Create a report to help us improve"
3+
#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: input
11+
id: version
12+
attributes:
13+
label: Tandoor Version
14+
description: "What version of Tandoor are you using? (can be found on the system page since v0.8.4)"
15+
validations:
16+
required: true
17+
- type: dropdown
18+
id: setup
19+
attributes:
20+
label: Setup
21+
description: "How is your Tandoor instance set up?"
22+
options:
23+
- Docker / Docker-Compose
24+
- Unraid
25+
- Synology
26+
- Kubernetes
27+
- Manual Setup
28+
- Others (please state below)
29+
validations:
30+
required: true
31+
- type: dropdown
32+
id: reverse-proxy
33+
attributes:
34+
label: "Reverse Proxy"
35+
description: "What reverse proxy do you use with Tandoor?"
36+
options:
37+
- No reverse proxy
38+
- jwilder's nginx proxy
39+
- Nginx Proxy Manager (NPM)
40+
- SWAG
41+
- Caddy
42+
- Traefik
43+
- Others (please state below)
44+
validations:
45+
required: true
46+
- type: input
47+
id: other
48+
attributes:
49+
label: Other
50+
description: "In case you chose 'Others' above, please provide more info here."
51+
- type: textarea
52+
id: bug-descr
53+
attributes:
54+
label: Bug description
55+
description: "Please accurately describe the bug you encountered."
56+
validations:
57+
required: true
58+
- type: textarea
59+
id: logs
60+
attributes:
61+
label: Relevant logs
62+
description: Please copy and paste any relevant logs. This will be automatically formatted into code, so no need for backticks.
63+
render: shell

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
blank_issues_enabled: true
2+
contact_links:
3+
- name: FAQs
4+
url: https://docs.tandoor.dev/faq/
5+
about: Please take a look at the FAQs before creating a bug ticket.
Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
name: Feature Request
2+
description: "Suggest an idea for this project"
3+
#title: ""
4+
labels: ["enhancement"]
5+
body:
6+
- type: markdown
7+
attributes:
8+
value: |
9+
Thanks for taking the time to fill out this feature request!
10+
- type: textarea
11+
id: problem
12+
attributes:
13+
label: "Is your feature request related to a problem? Please describe."
14+
description: "A clear and concise description of what the problem is. Ex. I'm always frustrated when..."
15+
- type: textarea
16+
id: solution
17+
attributes:
18+
label: "Describe the solution you'd like"
19+
description: "A clear and concise description of what you want to happen."
20+
validations:
21+
required: true
22+
- type: textarea
23+
id: alternatives
24+
attributes:
25+
label: "Describe alternatives you've considered"
26+
description: "A clear and concise description of any alternative solutions or features you've considered."
27+
- type: textarea
28+
id: additional
29+
attributes:
30+
label: "Additional context"
31+
description: "Add any other context or screenshots about the feature request here."
32+
- type: checkboxes
33+
attributes:
34+
label: "Contribute"
35+
description: "Are you willing and able to help develop this feature?"
36+
options:
37+
- label: "Yes"
38+
- label: "Partly"
39+
- label: "No"
Lines changed: 82 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,82 @@
1+
name: Help request
2+
description: "If there is anything wrong with your setup"
3+
#title: ""
4+
labels: ["setup issue"]
5+
body:
6+
- type: markdown
7+
attributes:
8+
value: |
9+
Thanks for taking the time to fill out this help request!
10+
- type: textarea
11+
id: issue
12+
attributes:
13+
label: Issue
14+
description: "Please describe your problem here."
15+
validations:
16+
required: true
17+
- type: input
18+
id: version
19+
attributes:
20+
label: Tandoor Version
21+
description: "What version of Tandoor are you using? (can be found on the system page since v0.8.4)"
22+
validations:
23+
required: true
24+
- type: input
25+
id: os
26+
attributes:
27+
label: OS Version
28+
description: "E.g. Ubuntu 20.02"
29+
validations:
30+
required: true
31+
- type: dropdown
32+
id: setup
33+
attributes:
34+
label: Setup
35+
description: "How is your Tandoor instance set up?"
36+
options:
37+
- Docker / Docker-Compose
38+
- Unraid
39+
- Synology
40+
- Kubernetes
41+
- Manual Setup
42+
- Others (please state below)
43+
validations:
44+
required: true
45+
- type: dropdown
46+
id: reverse-proxy
47+
attributes:
48+
label: "Reverse Proxy"
49+
description: "What reverse proxy do you use with Tandoor?"
50+
options:
51+
- No reverse proxy
52+
- jwilder's nginx proxy
53+
- Nginx Proxy Manager (NPM)
54+
- SWAG
55+
- Caddy
56+
- Traefik
57+
- Others (please state below)
58+
validations:
59+
required: true
60+
- type: input
61+
id: other
62+
attributes:
63+
label: Other
64+
description: "In case you chose 'Others' above or have more info, please provide additional details here."
65+
- type: textarea
66+
id: env
67+
attributes:
68+
label: Environment file
69+
description: "Please include your `.env` config file (**make sure to remove/replace all secrets**)"
70+
render: shell
71+
- type: textarea
72+
id: docker-compose
73+
attributes:
74+
label: Docker-Compose file
75+
description: "When running with docker compose please provide your `docker-compose.yml`"
76+
render: shell
77+
- type: textarea
78+
id: logs
79+
attributes:
80+
label: Relevant logs
81+
description: "If you feel like there is anything interesting please post the output of `docker-compose logs` at container startup and when the issue happens."
82+
render: shell
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
name: Website Import
2+
description: "Anything related to website imports"
3+
#title: ""
4+
#labels: ["enhancement"]
5+
body:
6+
- type: markdown
7+
attributes:
8+
value: |
9+
Thanks for taking the time to fill out this website import form!
10+
- type: input
11+
id: version
12+
attributes:
13+
label: Tandoor Version
14+
description: "What version of Tandoor are you using? (can be found on the system page since v0.8.4)"
15+
validations:
16+
required: true
17+
- type: input
18+
id: url
19+
attributes:
20+
label: Import URL
21+
description: "Exact URL you are trying to import from."
22+
validations:
23+
required: true
24+
- type: textarea
25+
id: bug-descr
26+
attributes:
27+
label: "When did the issue happen?"
28+
description: "When pressing the search button with the url / when importing after the page has loaded / ..."
29+
validations:
30+
required: true
31+
- type: textarea
32+
id: logs
33+
attributes:
34+
label: Response / message shown
35+
description: Please copy and paste any relevant logs or responses / messages which are shown in Tandoor. This will be automatically formatted into code, so no need for backticks.
36+
render: shell

0 commit comments

Comments
 (0)