Skip to content

Commit baa9557

Browse files
Update issue templates
1 parent 8c44be5 commit baa9557

File tree

2 files changed

+83
-0
lines changed

2 files changed

+83
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
---
2+
name: Bug report
3+
about: Please create a report to help us improve.
4+
title: "[BUG]"
5+
labels: bug
6+
assignees: bandit-ibayashi
7+
8+
---
9+
10+
## Description
11+
A clear and concise description of what a bug is.
12+
13+
## Your device where the bug occurs
14+
- Device:
15+
*e.g. iPhone 13*
16+
- OS:
17+
*e.g. iOS 15.0*
18+
- Browser:
19+
*e.g. Safari*
20+
- Version
21+
*e.g. 22*
22+
23+
## Your printer
24+
- Model Names:
25+
*e.g. mC-Print3*
26+
- Firmware Version:
27+
*e.g. 3.5*
28+
- Interface:
29+
*e.g. Ethernet*
30+
31+
## Your development environment
32+
The result of executing the command `ver` on Windows, `sw_vers` on macOS, `uname –a` on Linux, or these equivalent commands.
33+
34+
## To Reproduce
35+
Steps to reproduce the behavior:
36+
1. Go to '...'
37+
2. Click on '....'
38+
3. Scroll down to '....'
39+
4. See error
40+
41+
## Expected behavior
42+
A clear and concise description of what you expected to happen.
43+
44+
## Screenshots
45+
If applicable, add screenshots to help explain your problem.
46+
47+
## Additional context
48+
Add any other context about the bug here.

.github/ISSUE_TEMPLATE/question.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
---
2+
name: Question
3+
about: Please submit your questions to us.
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
## Description
11+
A clear and concise description.
12+
13+
## Your device where the bug occurs
14+
- Device:
15+
*e.g. iPhone 13*
16+
- OS:
17+
*e.g. iOS 15.0*
18+
- Browser:
19+
*e.g. Safari*
20+
- Version
21+
*e.g. 22*
22+
23+
## Your printer
24+
- Model Names:
25+
*e.g. mC-Print3*
26+
- Firmware Version:
27+
*e.g. 3.5*
28+
- Interface:
29+
*e.g. Ethernet*
30+
31+
## Your development environment
32+
The result of executing the command `ver` on Windows, `sw_vers` on macOS, `uname –a` on Linux, or these equivalent commands.
33+
34+
## Additional context
35+
Any other context about your topic.

0 commit comments

Comments
 (0)