From ceff27733e8612aa7008af2f5c484e3215e78465 Mon Sep 17 00:00:00 2001 From: deadc0de Date: Tue, 28 May 2019 22:41:52 +0200 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 6 ++++-- .github/ISSUE_TEMPLATE/feature_request.md | 10 ++++++++++ 2 files changed, 14 insertions(+), 2 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 5ec6b60..b75a8d1 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -8,6 +8,7 @@ assignees: '' --- Dotdrop version: v0.xxx +Using dotdrop: as a submodule, from pypi, '...' **Describe the bug** A clear and concise description of what the bug is. @@ -18,8 +19,9 @@ Steps to reproduce the behavior: 2. '...' 4. See error -Provider below the output of dotdrop's command with debug logs (`--verbose`) -``` +Provide below the output of dotdrop's command with debug logs (`--verbose`) +```bash +$ dotdrop --verbose ... here ``` diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..b55d7e0 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,10 @@ +--- +name: Feature request +about: Suggest an idea for this project +title: "[feature]" +labels: '' +assignees: '' + +--- + +A clear and concise description of what you want to happen.