소스 검색

Try out multiple Gitea templates.

Dan Helfman 1 년 전
부모
커밋
9413a19eca
2개의 변경된 파일22개의 추가작업 그리고 3개의 파일을 삭제
  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