From 2b91a9f097129cd9907a8868a4a0f952d787c712 Mon Sep 17 00:00:00 2001 From: PGP 2F93D5AF Date: Mon, 23 Jul 2018 20:48:26 +0200 Subject: [PATCH 1/2] Add ASCIINEMA screencast instruction --- .github/ISSUE_TEMPLATE/bug_report.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index ee4ecc8..8a85224 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -20,10 +20,20 @@ Steps to reproduce the behavior: A clear and concise description of what you expected to happen. -**Screenshots** +**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] From 40f8739743713dd5b2458d4786240f54a8c8a7d5 Mon Sep 17 00:00:00 2001 From: PGP 2F93D5AF Date: Tue, 24 Jul 2018 15:47:08 +0200 Subject: [PATCH 2/2] Update bug_report.md --- .github/ISSUE_TEMPLATE/bug_report.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 8a85224..c40a732 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -28,8 +28,10 @@ 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 +```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 ```