From d1740dda2d54fb3cff3df06eb08c10ae6d9fd865 Mon Sep 17 00:00:00 2001 From: Savio <72797635+Savio-Sou@users.noreply.github.com> Date: Thu, 25 Jan 2024 11:25:17 +0000 Subject: [PATCH] chore(github): Suspend GitHub Discussions Ideas and revert to feature request issues (#4153) # Description ## Problem\* The move towards using GitHub Discussions to suggest ideas was found premature following https://github.com/noir-lang/noir/pull/2672, as it introduced additional frictions in: - Requiring the need to switch between Issues / Discussions to distill ideas raised - Discussions are not manageable on GitHub's Project Board ## Summary\* Until we can formally define how the Ideas section in GitHub Discussions should be used, this PR reverts the repo back to using GitHub Issues for feature requests for us to move faster in the meantime. ## Documentation\* Check one: - [x] No documentation needed. - [ ] Documentation included in this PR. - [ ] **[Exceptional Case]** Documentation to be submitted in a separate PR. # PR Checklist\* - [ ] I have tested the changes locally. - [x] I have formatted the changes with [Prettier](https://prettier.io/) and/or `cargo fmt` on default settings. --- .github/ISSUE_TEMPLATE/config.yml | 4 ---- .../{idea_action_plan.yml => feature_request.yml} | 4 ++-- 2 files changed, 2 insertions(+), 6 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/config.yml rename .github/ISSUE_TEMPLATE/{idea_action_plan.yml => feature_request.yml} (90%) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml deleted file mode 100644 index b5ded344eb9..00000000000 --- a/.github/ISSUE_TEMPLATE/config.yml +++ /dev/null @@ -1,4 +0,0 @@ -contact_links: - - name: Ideas - url: https://github.com/orgs/noir-lang/discussions/new?category=ideas - about: Share ideas for new features diff --git a/.github/ISSUE_TEMPLATE/idea_action_plan.yml b/.github/ISSUE_TEMPLATE/feature_request.yml similarity index 90% rename from .github/ISSUE_TEMPLATE/idea_action_plan.yml rename to .github/ISSUE_TEMPLATE/feature_request.yml index 02fed1fc48b..979ac75811e 100644 --- a/.github/ISSUE_TEMPLATE/idea_action_plan.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -1,5 +1,5 @@ -name: Idea Action Plan -description: Outline the scope and steps for implementing an enhancement. Start with "Ideas" instead to request and discuss new features. +name: Feature Request +description: Suggest an idea for this project. labels: ["enhancement"] body: - type: markdown