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.