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