From e6d191f57f1df3e4d616b6abb3e41139e7030312 Mon Sep 17 00:00:00 2001 From: deadc0de Date: Tue, 28 May 2019 22:38:02 +0200 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..5ec6b60 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,27 @@ +--- +name: Bug report +about: report bug +title: "[bug] " +labels: '' +assignees: '' + +--- + +Dotdrop version: v0.xxx + +**Describe the bug** +A clear and concise description of what the bug is. + +**Steps to Reproduce** +Steps to reproduce the behavior: +1. Create a dotfile with content '...' +2. '...' +4. See error + +Provider below the output of dotdrop's command with debug logs (`--verbose`) +``` +here +``` + +**Expected behavior** +A clear and concise description of what you expected to happen.