Add YAML issue templates for bug and feat
[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 body:
5 - type: markdown
6 attributes:
7 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."
8 - type: textarea
9 id: idea
10 attributes:
11 label: "The idea"
12 description: "What do you think you should be able to do in Akkoma?"
13 validations:
14 required: true
15 - type: textarea
16 id: reason
17 attributes:
18 label: "The reasoning"
19 description: "Why would this be a worthwhile feature? Does it solve any problems? Have people talked about wanting it?"
20 validations:
21 required: true
22 - type: checkboxes
23 id: searched
24 attributes:
25 label: "Have you searched for this feature request?"
26 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)."
27 options:
28 - label: "I have double-checked and have not found this feature request mentioned anywhere."
29 - label: "This feature is related to the Akkoma backend specifically, and not pleroma-fe."