]>
Commit | Line | Data |
---|---|---|
5bb4271e C |
1 | --- |
2 | name: ✨ Feature Request | |
3 | description: Use this template to ask for new features and suggest new ideas 💡 | |
4 | body: | |
5 | - type: checkboxes | |
6 | attributes: | |
7 | label: Is there an existing issue for this? | |
8 | description: | | |
9 | Please search among past open/closed issues for a similar one beforehand: | |
10 | - https://github.com/Chocobozzz/PeerTube/issues?q= | |
11 | - https://framacolibri.org/c/peertube | |
12 | options: | |
13 | - label: I have searched existing issues | |
14 | required: true | |
15 | ||
16 | - type: textarea | |
17 | attributes: | |
18 | label: Describe the problem to be solved | |
19 | description: Provide a clear and concise description of what the problem is | |
20 | ||
21 | - type: textarea | |
22 | attributes: | |
23 | label: Describe the solution you would like | |
24 | description: Provide a clear and concise description of what you want to happen |