diff options
author | Rigel Kent <sendmemail@rigelk.eu> | 2020-11-07 16:19:16 +0100 |
---|---|---|
committer | Rigel Kent <sendmemail@rigelk.eu> | 2020-11-07 16:22:25 +0100 |
commit | 34e299876920cdd3eb84e0ac62707ed7d089eca5 (patch) | |
tree | b7bfb9f63efed6b3ce01f5756b3f1bf1993a83fb /.github/ISSUE_TEMPLATE/00-bug-issue.md | |
parent | 6a9498e37cbda01414b8accf3fdcac410f893500 (diff) | |
download | PeerTube-34e299876920cdd3eb84e0ac62707ed7d089eca5.tar.gz PeerTube-34e299876920cdd3eb84e0ac62707ed7d089eca5.tar.zst PeerTube-34e299876920cdd3eb84e0ac62707ed7d089eca5.zip |
move github issue templates to new standard
Diffstat (limited to '.github/ISSUE_TEMPLATE/00-bug-issue.md')
-rw-r--r-- | .github/ISSUE_TEMPLATE/00-bug-issue.md | 36 |
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 | --- | ||
2 | name: 🐛 Bug Report | ||
3 | about: Use this template for reporting a bug | ||
4 | --- | ||
5 | |||
6 | <!-- | ||
7 | Please read FAQ.md and docs.joinpeertube.org first. | ||
8 | Please make sure your issue doesn't stem from a third-party plugin. | ||
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 | |||
13 | All 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 | |||
20 | 1. | ||
21 | 2. | ||
22 | 3. | ||
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/`): | ||