Create ISSUE_TEMPLATE.md
This commit is contained in:
parent
c6c93ffdfe
commit
7b50a8e168
41
.github/ISSUE_TEMPLATE.md
vendored
Normal file
41
.github/ISSUE_TEMPLATE.md
vendored
Normal file
@ -0,0 +1,41 @@
|
||||
This is:
|
||||
|
||||
- [ ] a bug report
|
||||
- [ ] a feature request
|
||||
- [ ] a question
|
||||
|
||||
### Configuration
|
||||
> Hardware
|
||||
- *Device*: `Raspberry Xb+`
|
||||
- *OS*: `Raspbian vXX` [use command *lsb_release -a*]
|
||||
- *Architecture*: `armvX` [use command *uname -a*]
|
||||
|
||||
> Software
|
||||
- [ ] docker installation
|
||||
- [ ] system installation
|
||||
- *Obscreen version*: `v1.XX`
|
||||
|
||||
|
||||
### What is the expected behavior?
|
||||
|
||||
|
||||
### What is the current behavior?
|
||||
|
||||
|
||||
### What are the steps to reproduce?
|
||||
|
||||
|
||||
### Extra (Recommended)
|
||||
You can send us a backup of your data to help speed up the debugging process. Please ensure that no sensitive data is included in your slides and follow these steps:
|
||||
```bash
|
||||
cd obscreen
|
||||
tar -vcf data.tar data/
|
||||
```
|
||||
Afterward, attach the `data.tar` file to your issue attachment. Thank you!
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user