diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..1f7ade6 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -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. diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md new file mode 100644 index 0000000..73527fd --- /dev/null +++ b/.github/ISSUE_TEMPLATE/question.md @@ -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.