From 66694f2295823035afb41d2c806bf2eb2ab21013 Mon Sep 17 00:00:00 2001 From: OCram85 Date: Wed, 13 Jul 2022 08:08:40 +0200 Subject: [PATCH] replacte github meta files --- .../default.md => .gitea/ISSUE_TEMPLATE.md | 13 ++++++------- .../bug_report.md => .gitea/ISSUE_TEMPLATE/Bug.md | 14 ++++++-------- .../ISSUE_TEMPLATE/Enhancement.md | 14 ++++++-------- .../PULL_REQUEST_TEMPLATE.md | 0 4 files changed, 18 insertions(+), 23 deletions(-) rename .github/ISSUE_TEMPLATE/default.md => .gitea/ISSUE_TEMPLATE.md (58%) rename .github/ISSUE_TEMPLATE/bug_report.md => .gitea/ISSUE_TEMPLATE/Bug.md (86%) rename .github/ISSUE_TEMPLATE/feature_request.md => .gitea/ISSUE_TEMPLATE/Enhancement.md (69%) rename .github/pull_request_template.md => .gitea/PULL_REQUEST_TEMPLATE.md (100%) diff --git a/.github/ISSUE_TEMPLATE/default.md b/.gitea/ISSUE_TEMPLATE.md similarity index 58% rename from .github/ISSUE_TEMPLATE/default.md rename to .gitea/ISSUE_TEMPLATE.md index c458e70..049a408 100644 --- a/.github/ISSUE_TEMPLATE/default.md +++ b/.gitea/ISSUE_TEMPLATE.md @@ -1,11 +1,10 @@ ---- -name: Default -about: Use this template if nothing seems to work. +---- +name: "Default" +about: "Use this template if nothing seems to work." title: ":question: " -labels: question -assignees: '' - ---- +labels: + - question +---- #### :grey_question: Simply ask your question here: :grey_question: diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.gitea/ISSUE_TEMPLATE/Bug.md similarity index 86% rename from .github/ISSUE_TEMPLATE/bug_report.md rename to .gitea/ISSUE_TEMPLATE/Bug.md index f1d8d08..40f0ef0 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.gitea/ISSUE_TEMPLATE/Bug.md @@ -1,12 +1,10 @@ ---- -name: Bug report -about: This template is used to report bugs! +---- +name: "Bug" +about: "This template is used to report bugs!" title: ":lady_beetle: " -labels: bug -assignees: OCram85 - ---- - +labels: + - bug +---- diff --git a/.github/pull_request_template.md b/.gitea/PULL_REQUEST_TEMPLATE.md similarity index 100% rename from .github/pull_request_template.md rename to .gitea/PULL_REQUEST_TEMPLATE.md