summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorMarcus Meissner <meissner@suse.de>2019-01-26 15:01:53 +0100
committerGitHub <noreply@github.com>2019-01-26 15:01:53 +0100
commit3d41be40dc5f79fe306eb57a9b45339a66e3ab8d (patch)
tree1c01093f4d898b11669899843d8a632e4a78d3ab /.github
parente316a55af137de27cf1d2d0e395cbc145c46d415 (diff)
downloadlibgphoto2-3d41be40dc5f79fe306eb57a9b45339a66e3ab8d.tar.gz
Update issue templates
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.