aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorRigel Kent <sendmemail@rigelk.eu>2020-11-07 16:19:16 +0100
committerRigel Kent <sendmemail@rigelk.eu>2020-11-07 16:22:25 +0100
commit34e299876920cdd3eb84e0ac62707ed7d089eca5 (patch)
treeb7bfb9f63efed6b3ce01f5756b3f1bf1993a83fb
parent6a9498e37cbda01414b8accf3fdcac410f893500 (diff)
downloadPeerTube-34e299876920cdd3eb84e0ac62707ed7d089eca5.tar.gz
PeerTube-34e299876920cdd3eb84e0ac62707ed7d089eca5.tar.zst
PeerTube-34e299876920cdd3eb84e0ac62707ed7d089eca5.zip
move github issue templates to new standard
-rw-r--r--.github/ISSUE_TEMPLATE.md24
-rw-r--r--.github/ISSUE_TEMPLATE/00-bug-issue.md36
-rw-r--r--.github/ISSUE_TEMPLATE/10-installation-issue.md31
-rw-r--r--.github/ISSUE_TEMPLATE/20-documentation-issue.md27
-rw-r--r--.github/ISSUE_TEMPLATE/30-feature-request.md39
-rw-r--r--.github/ISSUE_TEMPLATE/40-question.md15
-rw-r--r--.github/ISSUE_TEMPLATE/config.yml11
7 files changed, 159 insertions, 24 deletions
diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md
deleted file mode 100644
index 68cf88a75..000000000
--- a/.github/ISSUE_TEMPLATE.md
+++ /dev/null
@@ -1,24 +0,0 @@
1<!-- If you have a question, please read FAQ.md first -->
2<!-- If you report a security issue, please refrain from filling an issue, refer to SECURITY.md and follow the disclosure procedure it describes. -->
3<!-- If you report a bug, please fill the following form -->
4
5**What happened?**
6
7**What do you expect to happen instead?**
8
9**Steps to reproduce:**
10
111.
12
132.
14
153.
16
17
18**Additional information**
19* PeerTube version and URL:
20* Browser name and version:
21* NodeJS version:
22
23* Link to browser console log if useful:
24* Link to server log if useful (`journalctl` or `/var/www/peertube/storage/logs/`):
diff --git a/.github/ISSUE_TEMPLATE/00-bug-issue.md b/.github/ISSUE_TEMPLATE/00-bug-issue.md
new file mode 100644
index 000000000..aafaa083d
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/00-bug-issue.md
@@ -0,0 +1,36 @@
1---
2name: 🐛 Bug Report
3about: Use this template for reporting a bug
4---
5
6<!--
7Please read FAQ.md and docs.joinpeertube.org first.
8Please make sure your issue doesn't stem from a third-party plugin.
9Please 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
13All done? Then please fill the following mandatory form to help us triage your issue.
14-->
15
16**Describe the current behavior**
17
18**Steps to reproduce:**
19
201.
212.
223.
23
24**Describe the expected behavior**
25
26**Additional information**
27
28* PeerTube instance:
29 * URL:
30 * version:
31 * NodeJS version:
32 * Ffmpeg version:
33
34* Browser name, version and platforms on which you could reproduce the bug:
35* Link to browser console log if relevant:
36* Link to server log if relevant (`journalctl` or `/var/www/peertube/storage/logs/`):
diff --git a/.github/ISSUE_TEMPLATE/10-installation-issue.md b/.github/ISSUE_TEMPLATE/10-installation-issue.md
new file mode 100644
index 000000000..4f51fcbd9
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/10-installation-issue.md
@@ -0,0 +1,31 @@
1---
2name: Installation Issue
3about: Use this template for build/installation issues
4---
5
6<!--
7Please read the FAQ.md first.
8Please make sure your issue doesn't stem from a third-party package.
9Please search among past open/closed issues for a similar one beforehand.
10
11All done? Then please fill the following mandatory form to help us triage your issue.
12-->
13
14**Describe the problem**
15
16**Provide the exact sequence of commands / steps that you executed before running into the problem**
17
18**Additional information**
19
20* PeerTube instance:
21 * version:
22 * NodeJS version:
23 * Ffmpeg version:
24 * Redis version:
25 * PostgreSQL version:
26
27<!--
28Include any logs or source code that would be helpful to diagnose the problem. If including tracebacks, please include the full traceback. Large logs and files should be attached, not pasted.
29
30Don't forget to check `journalctl` or `/var/www/peertube/storage/logs/`
31-->
diff --git a/.github/ISSUE_TEMPLATE/20-documentation-issue.md b/.github/ISSUE_TEMPLATE/20-documentation-issue.md
new file mode 100644
index 000000000..c4ef3fd74
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/20-documentation-issue.md
@@ -0,0 +1,27 @@
1---
2name: 📝 Documentation Issue
3about: Use this template for documentation-related issues
4labels: 'Component: Documentation :books:'
5assignees: rigelk
6---
7
8<!--
9Please read FAQ.md and docs.joinpeertube.org first.
10Please search among past open/closed issues for a similar one beforehand:
11- https://github.com/Chocobozzz/PeerTube/issues?q=
12- https://framacolibri.org/c/peertube
13
14All done? Then please fill the following mandatory form to help us triage your issue.
15-->
16
17**Parts of the documentation concerned:**
18
19Please provide a link to the documentation entry, for example: https://docs.joinpeertube.org/#/install-any-os
20
21**Describe the desired information/correction**
22
23<!--
24Are you up to submit a pull request? Chances are, only a small edit is required, so give it a try:
25- click "Edit this page" if on docs.joinpeertube.org
26- edit https://github.com/Chocobozzz/PeerTube/blob/develop/support/doc/api/openapi.yaml if on https://docs.joinpeertube.org/api-rest-reference.html
27-->
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---
2name: ✨ Feature Request
3about: Use this template to ask for new features and suggest new ideas 💡
4labels: 'Type: Discussion :thought_balloon:'
5---
6
7<!--
8Please read FAQ.md and docs.joinpeertube.org first.
9Please search among past open/closed issues for a similar one beforehand:
10- https://github.com/Chocobozzz/PeerTube/issues?q=
11
12All 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-->
diff --git a/.github/ISSUE_TEMPLATE/40-question.md b/.github/ISSUE_TEMPLATE/40-question.md
new file mode 100644
index 000000000..36a66668f
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/40-question.md
@@ -0,0 +1,15 @@
1---
2name: 🙋 Question
3about: Use this template to ask questions
4labels: 'Type: Question'
5---
6
7<!--
8Please read FAQ.md and docs.joinpeertube.org first.
9Please 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
12Please ask first on the IRC/Matrix chat room. If nobody answers after 24h (except weekends), please fill an issue here.
13
14All done? Then ask your question below:
15-->
diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml
new file mode 100644
index 000000000..efd444bdc
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/config.yml
@@ -0,0 +1,11 @@
1blank_issues_enabled: false
2contact_links:
3 - name: 💬 IRC
4 url: https://kiwiirc.com/client/irc.freenode.net/#peertube
5 about: Chat with us via IRC for quick Q/A here.
6 - name: 💬 Matrix
7 url: https://matrix.to/#/#peertube:matrix.org
8 about: Chat with us via Matrix for quick Q/A here.
9 - name: 🤷💻🤦 Forum
10 url: https://framacolibri.org/c/peertube
11 about: You can ask and answer other questions here.