Update issue templates

Implementation of a default issue template.
This commit is contained in:
Peter Steenbergen 2022-03-14 12:25:25 +01:00 committed by GitHub
parent 475ec7692a
commit dfe17b2c2e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 35 additions and 0 deletions

35
.github/ISSUE_TEMPLATE/bug_report.md vendored Normal file
View File

@ -0,0 +1,35 @@
---
name: Bug report
about: Create a report to help us improve
title: "[BUG]"
labels: bug
assignees: j1nx
---
**OpenVoiceOS specifications (please complete the following information):**
- Device: [e.g. RPi3, RPi3+, RPi4, RPi4-1GB, Mark2-Devkit, etc.]
- Image release: [e.g. 20220313_prealpha]
- Microphone type: [e.g. ReSpeaker 2-mic, ReSpeaker 4-mic, PS3 Eye, General USB, etc.]
- Sound output type: [e.g. 3.5"jack, HDMI, etc.]
- Screen type: [e.g. HDMI, DSI, Waveshare 5"DSI, etc.]
- Additional info: [e.g. Any information that might be relevant.]
**Describe the bug**
A clear and concise description of what the bug is.
**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 problem here.