Skip to content

Commit

Permalink
Update issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
bandit-ibayashi authored May 16, 2022
1 parent 1c7b645 commit 5b2dac7
Show file tree
Hide file tree
Showing 2 changed files with 83 additions and 0 deletions.
48 changes: 48 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
---
name: Bug report
about: Please create a report to help us improve.
title: "[BUG]"
labels: bug
assignees: bandit-ibayashi

---

## Description
A clear and concise description of what a bug is.

## Your device where the bug occurs
- Device:
*e.g. iPhone 13*
- OS:
*e.g. iOS 15.0*
- Browser:
*e.g. Safari*
- Version
*e.g. 22*

## Your printer
- Model Names:
*e.g. mC-Print3*
- Firmware Version:
*e.g. 3.5*
- Interface:
*e.g. Ethernet*

## Your development environment
The result of executing the command `ver` on Windows, `sw_vers` on macOS, `uname –a` on Linux, or these equivalent commands.

## To Reproduce
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error

## Expected behavior
A clear and concise description of what you expected to happen.

## Screenshots
If applicable, add screenshots to help explain your problem.

## Additional context
Add any other context about the bug here.
35 changes: 35 additions & 0 deletions .github/ISSUE_TEMPLATE/question.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
---
name: Question
about: Please submit your questions to us.
title: ''
labels: ''
assignees: ''

---

## Description
A clear and concise description.

## Your device where the bug occurs
- Device:
*e.g. iPhone 13*
- OS:
*e.g. iOS 15.0*
- Browser:
*e.g. Safari*
- Version
*e.g. 22*

## Your printer
- Model Names:
*e.g. mC-Print3*
- Firmware Version:
*e.g. 3.5*
- Interface:
*e.g. Ethernet*

## Your development environment
The result of executing the command `ver` on Windows, `sw_vers` on macOS, `uname –a` on Linux, or these equivalent commands.

## Additional context
Any other context about your topic.

0 comments on commit 5b2dac7

Please sign in to comment.