From 3d41be40dc5f79fe306eb57a9b45339a66e3ab8d Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Sat, 26 Jan 2019 15:01:53 +0100 Subject: Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md (limited to '.github') 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. -- cgit v1.2.1