From b6eb1ee16c67df3720bf2ea392058be5c824ca10 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Fri, 25 Nov 2022 13:22:27 +0100 Subject: [PATCH] new test issue template --- .gitea/ISSUE_TEMPLATE/mt.md | 9 +++++++++ .gitea/ISSUE_TEMPLATE/mt.yaml => mt.yaml | 0 2 files changed, 9 insertions(+) create mode 100644 .gitea/ISSUE_TEMPLATE/mt.md rename .gitea/ISSUE_TEMPLATE/mt.yaml => mt.yaml (100%) diff --git a/.gitea/ISSUE_TEMPLATE/mt.md b/.gitea/ISSUE_TEMPLATE/mt.md new file mode 100644 index 0000000..a944b86 --- /dev/null +++ b/.gitea/ISSUE_TEMPLATE/mt.md @@ -0,0 +1,9 @@ +--- + +name: "Template Name" +about: "This template is for testing!" +title: "[TEST] " + +--- + +This is the template! diff --git a/.gitea/ISSUE_TEMPLATE/mt.yaml b/mt.yaml similarity index 100% rename from .gitea/ISSUE_TEMPLATE/mt.yaml rename to mt.yaml