Try out multiple Gitea templates.
This commit is contained in:
parent
0055de08a4
commit
9413a19eca
2 changed files with 22 additions and 3 deletions
|
@ -1,14 +1,22 @@
|
||||||
|
---
|
||||||
|
|
||||||
|
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
|
#### What I'm trying to do and why
|
||||||
|
|
||||||
#### Steps to reproduce (if a bug)
|
#### Steps to reproduce
|
||||||
|
|
||||||
Include (sanitized) borgmatic configuration files if applicable.
|
Include (sanitized) borgmatic configuration files if applicable.
|
||||||
|
|
||||||
#### Actual behavior (if a bug)
|
#### Actual behavior
|
||||||
|
|
||||||
Include (sanitized) `--verbosity 2` output if applicable.
|
Include (sanitized) `--verbosity 2` output if applicable.
|
||||||
|
|
||||||
#### Expected behavior (if a bug)
|
#### Expected behavior
|
||||||
|
|
||||||
#### Other notes / implementation ideas
|
#### Other notes / implementation ideas
|
||||||
|
|
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
|
Loading…
Reference in a new issue