Files
photobooth/.github/ISSUE_TEMPLATE/bug_report.md
2018-07-23 20:48:26 +02:00

63 lines
1.2 KiB
Markdown

---
name: Bug report
about: Create a report to help us improve
---
**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/Screencast**
If applicable, add screenshots to help explain your problem.
OR
Attach a session recording using https://asciinema.org/
To use it:
```sudo apt-get install -y asciinema && asciinema rec # start session recording
```.venv/bin/python -m photobooth # start photobooth directly
```Ctrl+D # stop recording
```y # yes to upload and get URL to paste here
```
**Hardware (please complete the following information)**
- Device [e.g. Intel Laptop, Raspberry Pi 3B+, Odroid C2]
- Camera [e.g. Canon EOS 500D]
- GPIO: [Yes/No]
**Software (please complete the following information)**
- OS [e.g. Raspbian Stretch]
- Python version [e.g. 3.5.1]
**Installed packages**
```
Run 'pip freeze' in your virtual environment and paste the output here
```
**Photobooth log**
```
Insert the content of photobooth.log here
```
**Additional context**
Add any other context about the problem here.