summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/ISSUE_TEMPLATE/bug_report.md23
1 files changed, 23 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md
new file mode 100644
index 000000000..5c4e4d292
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/bug_report.md
@@ -0,0 +1,23 @@
+---
+name: Bug report
+about: Create a report to help us improve
+title: ''
+labels: ''
+assignees: ''
+
+---
+
+**Describe the bug**
+
+A clear and concise description of what the bug is.
+
+**Name the camera**
+Camera name as shown by gphoto2 --auto-detect or USB IDs
+
+**libgphoto2 and gphoto2 version**
+output of: gphoto2 --version
+
+**To Reproduce**
+Steps to reproduce the behavior:
+
+When reproducing with the commandline tool, attach debugout using --debug --debug-logfile=debug.log if considered useful.