From c129adb75d424d2a2149c4e4b538d37838b856ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Natalie=20Klestrup=20R=C3=B6ijezon?= Date: Mon, 28 Oct 2024 11:28:55 +0100 Subject: [PATCH] Update the issue template Taken from https://github.com/stackabletech/nifi-operator/blob/2c0df3308987e3da7194169218ccefaa32421e35/.github/ISSUE_TEMPLATE/config.yml. The old issue template pointed at repo discussions, which have long been disabled. --- .github/ISSUE_TEMPLATE/config.yml | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 2d0f934fe..48cd49611 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,12 +1,9 @@ --- blank_issues_enabled: true contact_links: - - name: Feature request - about: 🚀 Suggest an idea for this project - url: https://github.com/stackabletech/operator-rs/discussions/new?category=ideas - name: 🙋🏾 Question about: Use this to ask a question about this project - url: https://github.com/stackabletech/operator-rs/discussions/new?category=q-a - - name: Other issue - about: Open an issue that doesn't fit any other category - url: https://github.com/stackabletech/operator-rs/issues/new + url: https://github.com/orgs/stackabletech/discussions/new?category=q-a + - name: 🚀 Feature Requests and other things + about: Open an issue with your feature request or any other issue not covered elsewhere + url: https://github.com/stackabletech/nifi-operator/issues/new