From 910fa947b608e1143ec7b7b84b0ab716af93f18b Mon Sep 17 00:00:00 2001 From: Jason Jean Date: Thu, 28 Mar 2024 13:39:05 -0400 Subject: [PATCH] chore(repo): move feature requests to discussions (#22564) --- ...{3-documentation.md => 2-documentation.md} | 0 .github/ISSUE_TEMPLATE/2-feature.md | 23 ------------------- .github/ISSUE_TEMPLATE/config.yml | 17 ++++++++------ 3 files changed, 10 insertions(+), 30 deletions(-) rename .github/ISSUE_TEMPLATE/{3-documentation.md => 2-documentation.md} (100%) delete mode 100644 .github/ISSUE_TEMPLATE/2-feature.md diff --git a/.github/ISSUE_TEMPLATE/3-documentation.md b/.github/ISSUE_TEMPLATE/2-documentation.md similarity index 100% rename from .github/ISSUE_TEMPLATE/3-documentation.md rename to .github/ISSUE_TEMPLATE/2-documentation.md diff --git a/.github/ISSUE_TEMPLATE/2-feature.md b/.github/ISSUE_TEMPLATE/2-feature.md deleted file mode 100644 index b7e0f1d5f8..0000000000 --- a/.github/ISSUE_TEMPLATE/2-feature.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -name: "\U0001F680 Feature Request" -about: Suggest a new feature. -labels: "type: feature" - ---- - - - -- [ ] I'd be willing to implement this feature ([contributing guide](https://github.com/nrwl/nx/blob/master/CONTRIBUTING.md)) - - -## Description - - -## Motivation - - -## Suggested Implementation - - -## Alternate Implementations - diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 60e52ef00d..2a59d0eb49 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,14 +1,17 @@ blank_issues_enabled: false contact_links: - - name: Read the community guidelines - about: "Please make sure you have read the submission guidelines before posting an issue" - url: https://github.com/nrwl/nx/blob/master/CONTRIBUTING.md#-submitting-an-issue - - name: Want to start a discussion? - about: "Want to start a thread to discuss an idea? Use the discussions feature provided by GitHub." - url: https://github.com/nrwl/nx/discussions - - name: Have a question? + - name: "\U0001F680 Feature Request" + about: "Suggest a new feature to make Nx better" + url: https://github.com/nrwl/nx/discussions/new?category=feature-requests + - name: Start a Discussion + about: "Start a discussion to share your experience with Nx" + url: https://github.com/nrwl/nx/discussions/new/choose + - name: Join the Discord url: https://go.nx.dev/community about: "The Nx Official Discord Server is a great place for questions to be asked and answered. Please use the #forum if you need help with your workspace!" - name: Are you looking for integration with a new tool? url: https://nx.dev/community about: "There are a lot of awesome Plugins for Nx provided by the community! Check here to see if there is a community plugin to integrate your tool." + - name: Read the community guidelines + about: "Please make sure you have read the submission guidelines before posting an issue" + url: https://github.com/nrwl/nx/blob/master/CONTRIBUTING.md#-submitting-an-issue