diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..4f7fe81 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,38 @@ +--- +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** +If applicable, add screenshots to help explain your problem. + +**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] + +**Photobooth log:** +``` +Insert the content of photobooth.log here +``` + +**Additional context** +Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/success-story.md b/.github/ISSUE_TEMPLATE/success-story.md new file mode 100644 index 0000000..1d8dbf7 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/success-story.md @@ -0,0 +1,28 @@ +--- +name: Success story +about: Describe successful use of the photobooth application + +--- + +**Describe your photobooth** +For what type of event have you been using the application? What does your photooboth look like? + +**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] + +**Modifications:** + - List changes... + - ...or added features + +**Problems:** + - A list of problems... + - ...that you experienced during the use + +**Pictures** +If you like, add pictures of your photobooth, include screenshots etc.