diff options
Diffstat (limited to '.github/ISSUE_TEMPLATE/30-feature-request.yml')
-rw-r--r-- | .github/ISSUE_TEMPLATE/30-feature-request.yml | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/30-feature-request.yml b/.github/ISSUE_TEMPLATE/30-feature-request.yml new file mode 100644 index 000000000..2b6a9c4f4 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/30-feature-request.yml | |||
@@ -0,0 +1,20 @@ | |||
1 | --- | ||
2 | name: ✨ Feature Request | ||
3 | description: Use this template to ask for new features and suggest new ideas 💡 | ||
4 | body: | ||
5 | - type: markdown | ||
6 | attributes: | ||
7 | value: | | ||
8 | Please search among past open/closed issues for a similar one beforehand: | ||
9 | - https://github.com/Chocobozzz/PeerTube/issues?q= | ||
10 | - https://framacolibri.org/c/peertube | ||
11 | |||
12 | - type: textarea | ||
13 | attributes: | ||
14 | label: Describe the problem to be solved | ||
15 | description: Provide a clear and concise description of what the problem is | ||
16 | |||
17 | - type: textarea | ||
18 | attributes: | ||
19 | label: Describe the solution you would like | ||
20 | description: Provide a clear and concise description of what you want to happen | ||