From 9413a19eca29f1aaf0b8cde66f239d50aae768bb Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Fri, 14 Jul 2023 20:06:22 -0700 Subject: [PATCH] Try out multiple Gitea templates. --- .../bug_template.md} | 14 +++++++++++--- .gitea/issue_template/feature_template.md | 11 +++++++++++ 2 files changed, 22 insertions(+), 3 deletions(-) rename .gitea/{issue_template.md => issue_template/bug_template.md} (80%) create mode 100644 .gitea/issue_template/feature_template.md diff --git a/.gitea/issue_template.md b/.gitea/issue_template/bug_template.md similarity index 80% rename from .gitea/issue_template.md rename to .gitea/issue_template/bug_template.md index 99b1c65..0cc12d9 100644 --- a/.gitea/issue_template.md +++ b/.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 diff --git a/.gitea/issue_template/feature_template.md b/.gitea/issue_template/feature_template.md new file mode 100644 index 0000000..b6261de --- /dev/null +++ b/.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