diff options
Diffstat (limited to '.github/ISSUE_TEMPLATE/00-bug-issue.yml')
-rw-r--r-- | .github/ISSUE_TEMPLATE/00-bug-issue.yml | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/00-bug-issue.yml b/.github/ISSUE_TEMPLATE/00-bug-issue.yml new file mode 100644 index 000000000..6bcf1cba4 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/00-bug-issue.yml | |||
@@ -0,0 +1,43 @@ | |||
1 | name: 🐛 Bug Report | ||
2 | description: Use this template for reporting a bug | ||
3 | body: | ||
4 | - type: checkboxes | ||
5 | attributes: | ||
6 | label: Is there an existing issue for this? | ||
7 | description: | | ||
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 | options: | ||
12 | - label: I have searched existing issues | ||
13 | required: true | ||
14 | |||
15 | - type: textarea | ||
16 | attributes: | ||
17 | label: Describe the current behavior | ||
18 | |||
19 | - type: textarea | ||
20 | attributes: | ||
21 | label: Steps to reproduce | ||
22 | value: | | ||
23 | 1. | ||
24 | 2. | ||
25 | 3. | ||
26 | |||
27 | - type: textarea | ||
28 | attributes: | ||
29 | label: Describe the expected behavior | ||
30 | |||
31 | - type: textarea | ||
32 | attributes: | ||
33 | label: Additional information | ||
34 | value: | | ||
35 | * PeerTube instance: | ||
36 | * URL: | ||
37 | * Version: | ||
38 | * NodeJS version: | ||
39 | * Ffmpeg version: | ||
40 | |||
41 | * Browser name, version and platforms on which you could reproduce the bug: | ||
42 | * Link to browser console log if relevant: | ||
43 | * Link to server log if relevant (`journalctl` or `/var/www/peertube/storage/logs/`): | ||