I'll submit a PR shortly. π
(to be frank, I actually thought to make forms for the rest 3 templates, but I hesitated because they all are very short, and so it might not be worth it).
For reference, here are the 3 current templates:
<details>
<summary>Feature Request</summary>
---
name: π Suggest an improvement or new feature
about: βββ
labels: enhancement, under discussion
---
<!--
1. Make sure your requested feature makes sense for Refined GitHub:
https://github.com/sindresorhus/refined-github/issues/2960
2. Include a REAL URL where the feature should appear.
e.g. Do you want a feature to appear on the main page of a repo? Paste a link to a repo
-->
</details>
<details>
<summary>Discussion</summary>
---
name: π¬ Ask a question or open a discussion
about: βββ
labels: under discussion
---
</details>
<details>
<summary>Complain</summary>
---
name: π€ Complain
about: Is there something you don't like? Let's talk
labels: change request
---
<!-- If you find any related threads, link them here -->
<!-- Duplicate issues are ok, but they may be closed pretty quickly -->
</details>
Regarding the 'Discussion' template (the shortest of all):
I'd say to enable Discussions for the repo, and make the template chooser, when clicking Discussions, to just link to https://github.com/sindresorhus/refined-github/discussions
.
The only limitation that currently exists in Discussions, is this:
- you can convert issues into discussions, but
- you CAN'T convert discussions into issues.
But the latter is soon to be available for everyone, it'is currently available as a private beta: https://github.com/github/feedback/discussions/2861#discussioncomment-696235).
That's why I believe it's worth enabling Discussions for the repo now, at this point.