From 8d1aa33cebfbe045fe1a047ed37d3a3ac1829bf7 Mon Sep 17 00:00:00 2001 From: Marc Jakobi Date: Mon, 30 Dec 2024 20:36:44 +0100 Subject: [PATCH] chore(issues): disable blank issues --- .../ideas.yml} | 5 ++--- .github/ISSUE_TEMPLATE/config.yml | 9 +++++++++ 2 files changed, 11 insertions(+), 3 deletions(-) rename .github/{ISSUE_TEMPLATE/feature_request.yml => DISCUSSION_TEMPLATE/ideas.yml} (84%) create mode 100644 .github/ISSUE_TEMPLATE/config.yml diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/DISCUSSION_TEMPLATE/ideas.yml similarity index 84% rename from .github/ISSUE_TEMPLATE/feature_request.yml rename to .github/DISCUSSION_TEMPLATE/ideas.yml index 4a738a67..83fd2297 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/DISCUSSION_TEMPLATE/ideas.yml @@ -1,6 +1,5 @@ -name: Feature request -description: Request an enhancement for rustaceanvim -labels: [enhancement] +--- +labels: [Ideas] body: - type: markdown diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 00000000..8fc6ca36 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,9 @@ +--- +blank_issues_enabled: false +contact_links: + - name: Question + url: https://github.com/mrcjkb/rustaceanvim/discussions/new?category=q-a + about: Please ask and answer questions here. + - name: Feature request + url: https://github.com/mrcjkb/rustaceanvim/discussions/new?category=ideas + about: Request an enhancement for rustaceanvim