Update '.gitea/issue_template/feat.yml'
[akkoma] / .gitea / issue_template / feat.yml
1 name: "Feature request"
2 about: "I'd like something to be added to Akkoma"
3 title: "[feat] "
4 labels:
5 - "feature request"
6
7 body:
8 - type: markdown
9 attributes:
10 value: "Thanks for taking the time to request a new feature! Please be as concise and clear as you can in your proposal, so we could understand what you're going for."
11 - type: textarea
12 id: idea
13 attributes:
14 label: "The idea"
15 description: "What do you think you should be able to do in Akkoma?"
16 validations:
17 required: true
18 - type: textarea
19 id: reason
20 attributes:
21 label: "The reasoning"
22 description: "Why would this be a worthwhile feature? Does it solve any problems? Have people talked about wanting it?"
23 validations:
24 required: true
25 - type: checkboxes
26 id: searched
27 attributes:
28 label: "Have you searched for this feature request?"
29 description: "Please double-check that your issue is not already being tracked on [the forums](https://meta.akkoma.dev), [the issue tracker](https://akkoma.dev/AkkomaGang/akkoma/issues), or the one for [pleroma-fe](https://akkoma.dev/AkkomaGang/pleroma-fe/issues)."
30 options:
31 - label: "I have double-checked and have not found this feature request mentioned anywhere."
32 - label: "This feature is related to the Akkoma backend specifically, and not pleroma-fe."