Trying out a Gitea issue template for somewhat more structured bug reports.
This commit is contained in:
parent
de82919e39
commit
a10c7a8496
1 changed files with 27 additions and 0 deletions
27
.gitea/ISSUE_TEMPLATE.md
Normal file
27
.gitea/ISSUE_TEMPLATE.md
Normal file
|
@ -0,0 +1,27 @@
|
||||||
|
#### What I'm trying to do and why
|
||||||
|
|
||||||
|
#### Steps to reproduce (if a bug)
|
||||||
|
|
||||||
|
#### Actual behavior (if a bug)
|
||||||
|
|
||||||
|
#### Expected behavior (if a bug)
|
||||||
|
|
||||||
|
#### Other notes / implementation ideas
|
||||||
|
|
||||||
|
#### Environment
|
||||||
|
|
||||||
|
**borgmatic version:** [version here]
|
||||||
|
|
||||||
|
Use `sudo borgmatic --version` or `sudo pip show borgmatic | grep ^Version`
|
||||||
|
|
||||||
|
**borgmatic installation method:** [e.g., Debian package, Docker container, etc.]
|
||||||
|
|
||||||
|
**Borg version:** [version here]
|
||||||
|
|
||||||
|
Use `sudo borg --version`
|
||||||
|
|
||||||
|
**Python version:** [version here]
|
||||||
|
|
||||||
|
Use `python --version`
|
||||||
|
|
||||||
|
**operating system and version:** [OS here]
|
Loading…
Reference in a new issue