Try out multiple Gitea templates.
This commit is contained in:
43
.gitea/issue_template/bug_template.md
Normal file
43
.gitea/issue_template/bug_template.md
Normal file
@@ -0,0 +1,43 @@
|
||||
---
|
||||
|
||||
name: "Bug or question/support"
|
||||
about: "This is for filing a bug or getting support"
|
||||
ref: "main"
|
||||
|
||||
---
|
||||
|
||||
#### What I'm trying to do and why
|
||||
|
||||
#### Steps to reproduce
|
||||
|
||||
Include (sanitized) borgmatic configuration files if applicable.
|
||||
|
||||
#### Actual behavior
|
||||
|
||||
Include (sanitized) `--verbosity 2` output if applicable.
|
||||
|
||||
#### Expected behavior
|
||||
|
||||
#### 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 `python3 --version`
|
||||
|
||||
**Database version (if applicable):** [version here]
|
||||
|
||||
Use `psql --version` or `mysql --version` on client and server.
|
||||
|
||||
**operating system and version:** [OS here]
|
||||
11
.gitea/issue_template/feature_template.md
Normal file
11
.gitea/issue_template/feature_template.md
Normal file
@@ -0,0 +1,11 @@
|
||||
---
|
||||
|
||||
name: "Feature"
|
||||
about: "This is for filing a feature request or idea"
|
||||
ref: "main"
|
||||
|
||||
---
|
||||
|
||||
#### What I'd like to do and why
|
||||
|
||||
#### Other notes / implementation ideas
|
||||
Reference in New Issue
Block a user