mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-09 22:14:17 +00:00
Update issue templates
This commit is contained in:
24
.github/ISSUE_TEMPLATE/bug_report.md
vendored
24
.github/ISSUE_TEMPLATE/bug_report.md
vendored
@@ -11,19 +11,31 @@ Dotdrop version: v0.xxx
|
|||||||
Using dotdrop: as a submodule, from pypi, '...'
|
Using dotdrop: as a submodule, from pypi, '...'
|
||||||
|
|
||||||
**Describe the bug**
|
**Describe the bug**
|
||||||
|
|
||||||
A clear and concise description of what the bug is.
|
A clear and concise description of what the bug is.
|
||||||
|
|
||||||
**Steps to Reproduce**
|
**Steps to Reproduce**
|
||||||
|
|
||||||
Steps to reproduce the behavior:
|
Steps to reproduce the behavior:
|
||||||
1. Create a dotfile with content '...'
|
1. Create a dotfile with content '...'
|
||||||
2. '...'
|
2. '...'
|
||||||
4. See error
|
4. See error
|
||||||
|
|
||||||
Provide below the output of dotdrop's command with debug logs (`--verbose`)
|
**Expected behavior**
|
||||||
```bash
|
|
||||||
$ dotdrop --verbose ...
|
A clear and concise description of what you expected to happen.
|
||||||
here
|
|
||||||
|
**Additional information**
|
||||||
|
|
||||||
|
The relevant part of the config file
|
||||||
|
```yaml
|
||||||
|
config file content
|
||||||
```
|
```
|
||||||
|
|
||||||
**Expected behavior**
|
Dotdrop's execution with the debug logs (`--verbose`)
|
||||||
A clear and concise description of what you expected to happen.
|
```bash
|
||||||
|
$ dotdrop <cmd> --verbose ...
|
||||||
|
...
|
||||||
|
```
|
||||||
|
|
||||||
|
Any additional information that would help reproduce the bug.
|
||||||
|
|||||||
Reference in New Issue
Block a user