aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorJonas Bernoulli <jonas@bernoul.li>2022-03-12 22:19:55 +0100
committerJonas Bernoulli <jonas@bernoul.li>2022-03-12 22:19:55 +0100
commit5017a383bd1d329de42aa639aaf034a1cf72de15 (patch)
tree8cee0c3b719ed224d8ecd8632c9219e6060940db /.github
parentca7504a12d0e899d7a82f3b0cbe2598d8d376fb8 (diff)
Use the "Discussions" feature for feature requests
Diffstat (limited to '.github')
-rw-r--r--.github/ISSUE_TEMPLATE/config.yml3
-rw-r--r--.github/ISSUE_TEMPLATE/feature_request.md14
2 files changed, 3 insertions, 14 deletions
diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml
index 713bd3f..65e4cb9 100644
--- a/.github/ISSUE_TEMPLATE/config.yml
+++ b/.github/ISSUE_TEMPLATE/config.yml
@@ -1,5 +1,8 @@
blank_issues_enabled: false
contact_links:
+ - name: "Suggest a feature"
+ url: https://github.com/magit/magit/discussions
+ about: Use the "Ideas" category to suggest features.
- name: "SUPPORT ☛ The Discussions feature of this repository"
url: https://github.com/magit/magit/discussions
about: Please search, ask and answer questions here.
diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md
deleted file mode 100644
index 3c0dbc9..0000000
--- a/.github/ISSUE_TEMPLATE/feature_request.md
+++ /dev/null
@@ -1,14 +0,0 @@
----
-title:
-name: Feature request
-about: Suggest a new feature. ⚠ PLEASE DO NOT USE THIS FOR SUPPORT REQUESTS. ⚠
----
-
-Before you ask for a new feature to be added to Magit or for an existing feature to be improved, please make sure that what are asking for does not already exist by consulting the documentation [1].
-
-Then describe the feature you would like to see in Magit and why it would be useful to you. You might also want to describe any alternative solutions or features you've considered.
-
-[1]: https://magit.vc/manual/magit/#Top
-[2]: https://github.com/magit/magit/wiki/Additional-proposed-infix-arguments-and-suffix-commands
-
----- now delete this line and everything above ----