Skip to content

Commit

Permalink
Updated bug report
Browse files Browse the repository at this point in the history
  • Loading branch information
reuterbal committed Jul 30, 2018
1 parent cafa074 commit 495e2d5
Showing 1 changed file with 18 additions and 7 deletions.
25 changes: 18 additions & 7 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,23 @@ If applicable, add screenshots to help explain your problem.

OR

Attach a session recording using https://asciinema.org/
Attach a session recording using [asciinema](https://asciinema.org/).
To use it:
```sudo apt install -y asciinema && asciinema rec # start session recording
```commandToInstall # To install photobooth if you encounter issue during install process
``` OR
```.venv/bin/python -m photobooth # To start photobooth if you encounter issue during usage
```Ctrl+D # stop recording
```y # yes to upload and get URL to paste here
```bash
sudo apt install -y asciinema && asciinema rec # start session recording
```
Reproduce the issue:
```bash
pip install -e .[...] # Install command if you encounter issues during install process
```
OR
```bash
.venv/bin/python -m photobooth # To start photobooth if you encounter issue during usage
```
Stop recording and upload:
```
Ctrl+D # stop recording
y # yes to upload and get URL to paste here
```

**Hardware (please complete the following information)**
Expand All @@ -55,6 +64,8 @@ To use it:

**Photobooth log**

Run the application as `.venv/bin/python -m photobooth --debug` and paste the logfile here:

```
Insert the content of photobooth.log here
```
Expand Down

0 comments on commit 495e2d5

Please sign in to comment.