From 63edc12df9375f638471fa97fbcbf15d76b726d7 Mon Sep 17 00:00:00 2001 From: deadc0de Date: Tue, 28 May 2019 22:49:35 +0200 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 24 ++++++++++++++++++------ 1 file changed, 18 insertions(+), 6 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index b75a8d1..4c99678 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -11,19 +11,31 @@ Dotdrop version: v0.xxx Using dotdrop: as a submodule, from pypi, '...' **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 -Provide below the output of dotdrop's command with debug logs (`--verbose`) -```bash -$ dotdrop --verbose ... -here +**Expected behavior** + +A clear and concise description of what you expected to happen. + +**Additional information** + +The relevant part of the config file +```yaml +config file content ``` -**Expected behavior** -A clear and concise description of what you expected to happen. +Dotdrop's execution with the debug logs (`--verbose`) +```bash +$ dotdrop --verbose ... +... +``` + +Any additional information that would help reproduce the bug.