Skip to content

Commit 40d7608

Browse files
Add issue templates
1 parent b7df3cc commit 40d7608

File tree

3 files changed

+99
-0
lines changed

3 files changed

+99
-0
lines changed
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
---
2+
name: Ask a Question - Experienced Docker Users
3+
about: Questions about using octoprint-docker
4+
title: 'Q: How do I...'
5+
labels: question
6+
assignees: ''
7+
8+
---
9+
10+
<!--
11+
Support for the docker image is provided on the octoprint discord and octoprint forum. It is recommended that if you are not experienced with docker, you use one of those support options to ask questions before opening an issue here.
12+
13+
If you are an experienced docker user, and still have questions, use the template below
14+
-->
15+
16+
## Question/Problem Description
17+
18+
> Your question goes here
19+
20+
### System Details
21+
22+
I'm running octoprint docker using the following `docker run` command or `docker-compose.yml` file:
23+
24+
```
25+
command or docker-compose.yml file content here
26+
```
27+
28+
Include the output of `docker version` (and `docker-compose` version if using compose):
29+
30+
```
31+
version output here
32+
```
33+
34+
## Describe your hardware
35+
36+
Example (replace with your information): running on raspberry pi 4 64bit Ubuntu

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
title: "[BUG] Bug Description"
5+
labels: bug
6+
assignees: ''
7+
8+
---
9+
10+
<!--
11+
Support for the docker image is provided on the octoprint discord and octoprint forum. It is recommended that if you are not experienced with docker, you use one of those support options to ask questions before opening an issue here.
12+
13+
This template is for bug reports only, and issues from this template will be closed if the issue is of a support nature or the user has not provided enough detail to demonstrate or reproduce an actual bug
14+
-->
15+
**Describe the bug**
16+
A clear and concise description of what the bug is.
17+
18+
**To Reproduce**
19+
Steps to reproduce the behavior:
20+
1. Go to '...'
21+
2. Click on '....'
22+
3. Scroll down to '....'
23+
4. See error
24+
25+
**Expected behavior**
26+
A clear and concise description of what you expected to happen.
27+
28+
**Screenshots**
29+
If applicable, add screenshots to help explain your problem.
30+
31+
**Desktop (please complete the following information):**
32+
- OS: [e.g. iOS]
33+
- Browser [e.g. chrome, safari]
34+
- Version [e.g. 22]
35+
36+
**Smartphone (please complete the following information):**
37+
- Device: [e.g. iPhone6]
38+
- OS: [e.g. iOS8.1]
39+
- Browser [e.g. stock browser, safari]
40+
- Version [e.g. 22]
41+
42+
**Additional context**
43+
Add any other context about the problem here.
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
name: Feature request
3+
about: Suggest an idea for this project
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
**Is your feature request related to a problem? Please describe.**
11+
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
12+
13+
**Describe the solution you'd like**
14+
A clear and concise description of what you want to happen.
15+
16+
**Describe alternatives you've considered**
17+
A clear and concise description of any alternative solutions or features you've considered.
18+
19+
**Additional context**
20+
Add any other context or screenshots about the feature request here.

0 commit comments

Comments
 (0)