Selaa lähdekoodia

Try out multiple Gitea templates.

Dan Helfman 1 vuosi sitten
vanhempi
sitoutus
9413a19eca
2 muutettua tiedostoa jossa 22 lisäystä ja 3 poistoa
  1. 11 3
      .gitea/issue_template/bug_template.md
  2. 11 0
      .gitea/issue_template/feature_template.md

+ 11 - 3
.gitea/issue_template.md → .gitea/issue_template/bug_template.md

@@ -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
 
-#### Steps to reproduce (if a bug)
+#### Steps to reproduce
 
 Include (sanitized) borgmatic configuration files if applicable.
 
-#### Actual behavior (if a bug)
+#### Actual behavior
 
 Include (sanitized) `--verbosity 2` output if applicable.
 
-#### Expected behavior (if a bug)
+#### Expected behavior
 
 #### Other notes / implementation ideas
 

+ 11 - 0
.gitea/issue_template/feature_template.md

@@ -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