aboutsummaryrefslogtreecommitdiffhomepage
path: root/.github/ISSUE_TEMPLATE/00-bug-issue.md
diff options
context:
space:
mode:
Diffstat (limited to '.github/ISSUE_TEMPLATE/00-bug-issue.md')
-rw-r--r--.github/ISSUE_TEMPLATE/00-bug-issue.md36
1 files changed, 36 insertions, 0 deletions
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/`):