Skip to content

Commit a93d9c6

Browse files
committed
Add bug report template
1 parent 05e3acd commit a93d9c6

2 files changed

Lines changed: 63 additions & 0 deletions

File tree

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
name: 🐛 Report a bug
2+
description: Help improve OctoPi-UpToDate by reporting observed bugs. Got a question or need support? See "Have questions or need support?" instead!
3+
body:
4+
- type: markdown
5+
attributes:
6+
value: >
7+
8+
### ✋ **This is bug tracker, not a support forum**
9+
10+
11+
If something isn't working right, you have questions or need help, [**get in touch on the forums**](https://community.octoprint.org/c/support/).
12+
13+
14+
Only proceed here if you are 100% sure the issue you are seeing is actually a bug in OctoPi-UpToDate's build scripts. If in doubt, check
15+
in on the forums first, we can always file a bug from a support request later.
16+
- type: dropdown
17+
attributes:
18+
label: What OctoPi-UpToDate modification is involved?
19+
options:
20+
- OctoPrint update
21+
- Bootloader & Kernel update
22+
- libcamera-apps update
23+
- user-fix install
24+
- octopi.txt fix
25+
- build number write
26+
validations:
27+
required: true
28+
- type: textarea
29+
attributes:
30+
label: The problem
31+
description: >-
32+
Describe the issue you are experiencing here. Tell us what you were trying to do
33+
step by step, and what happened that you did not expect.
34+
35+
Provide a clear and concise description of what the problem is and include as many
36+
details as possible.
37+
placeholder: |
38+
1. ...
39+
2. ...
40+
3. ...
41+
validations:
42+
required: true
43+
- type: checkboxes
44+
attributes:
45+
label: Please confirm you have understood that you can ONLY report issues with the particular OctoPi-UpToDate build scripts here, not general OctoPrint or OctoPi issues.
46+
options:
47+
- label: I confirm that my issue is not about OctoPrint.
48+
required: true
49+
- label: I confirm that my issue is not about OctoPi.
50+
required: true
51+
- label: I confirm that my issue is only about OctoPi-UpToDate.
52+
required: true
53+
- type: textarea
54+
attributes:
55+
label: Additional information & file uploads

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
blank_issues_enabled: false
2+
contact_links:
3+
- name: 🤔 Have questions or need support?
4+
url: https://community.octoprint.org
5+
about: Please get in touch on the OctoPrint Community Forums!
6+
- name: 💸 Want to donate?
7+
url: https://support.octoprint.org
8+
about: Please take a look at the various options to support OctoPrint's development financially!

0 commit comments

Comments
 (0)