diff options
author | Chocobozzz <me@florianbigard.com> | 2022-06-13 14:33:26 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2022-06-13 15:05:42 +0200 |
commit | 5bb4271edbc2e0bb53b43db7e74fd71625d7f291 (patch) | |
tree | e55bc405ccb17d08c2a4fd5e95a7176e65ed415d /.github/ISSUE_TEMPLATE/00-bug-issue.md | |
parent | f552ca84a568b77062d3e4fc06fb9e3096529b1b (diff) | |
download | PeerTube-5bb4271edbc2e0bb53b43db7e74fd71625d7f291.tar.gz PeerTube-5bb4271edbc2e0bb53b43db7e74fd71625d7f291.tar.zst PeerTube-5bb4271edbc2e0bb53b43db7e74fd71625d7f291.zip |
Add form template for issue templates
Diffstat (limited to '.github/ISSUE_TEMPLATE/00-bug-issue.md')
-rw-r--r-- | .github/ISSUE_TEMPLATE/00-bug-issue.md | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/.github/ISSUE_TEMPLATE/00-bug-issue.md b/.github/ISSUE_TEMPLATE/00-bug-issue.md deleted file mode 100644 index aafaa083d..000000000 --- a/.github/ISSUE_TEMPLATE/00-bug-issue.md +++ /dev/null | |||
@@ -1,36 +0,0 @@ | |||
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/`): | ||