diff options
Diffstat (limited to '.github/ISSUE_TEMPLATE/30-feature-request.md')
-rw-r--r-- | .github/ISSUE_TEMPLATE/30-feature-request.md | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/30-feature-request.md b/.github/ISSUE_TEMPLATE/30-feature-request.md new file mode 100644 index 000000000..675733ea5 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/30-feature-request.md | |||
@@ -0,0 +1,39 @@ | |||
1 | --- | ||
2 | name: ✨ Feature Request | ||
3 | about: Use this template to ask for new features and suggest new ideas 💡 | ||
4 | labels: 'Type: Discussion :thought_balloon:' | ||
5 | --- | ||
6 | |||
7 | <!-- | ||
8 | Please read FAQ.md and docs.joinpeertube.org first. | ||
9 | Please search among past open/closed issues for a similar one beforehand: | ||
10 | - https://github.com/Chocobozzz/PeerTube/issues?q= | ||
11 | |||
12 | All done? Then please fill the following mandatory form to help us triage your request. | ||
13 | --> | ||
14 | |||
15 | **Is your request related to a problem?** <!-- optional --> | ||
16 | |||
17 | <!-- Remove the question when answering or if not relevant. | ||
18 | Provide a clear and concise description of what the problem is. | ||
19 | Ex. I have an issue when [...] | ||
20 | --> | ||
21 | |||
22 | **Describe the solution you would like:** | ||
23 | |||
24 | <!-- | ||
25 | Provide a clear and concise description of what you want to happen. | ||
26 | --> | ||
27 | |||
28 | **Describe alternatives you have considered** <!-- optional --> | ||
29 | |||
30 | <!-- Remove if you have not considered alternatives. | ||
31 | Let us know about other solutions you have tried or researched. | ||
32 | --> | ||
33 | |||
34 | **Additional context** <!-- optional --> | ||
35 | |||
36 | <!-- Remove if not applicable. | ||
37 | Is there anything else you can add about the proposal? | ||
38 | You might want to link to related issues here if you haven't already. | ||
39 | --> | ||