From c6275f2fc43d41693426946eb45575a501a0fad1 Mon Sep 17 00:00:00 2001 From: Black-Thunder <972581+Black-Thunder@users.noreply.github.com> Date: Thu, 5 Sep 2024 21:12:49 +0200 Subject: [PATCH] Create config.yml --- .github/ISSUE_TEMPLATE/config.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/config.yml diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000..d3e3a83 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,8 @@ +blank_issues_enabled: false +contact_links: + - name: Bug Report + url: /issues/new?template=bug_report.yaml + about: Report a bug with the required information and debug logs. + - name: Feature Request + url: /issues/new?template=feature_request.md + about: Suggest a new feature or enhancement.