]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - .github/ISSUE_TEMPLATE/00-bug-issue.yml
Merge branch 'release/4.2.0' into develop
[github/Chocobozzz/PeerTube.git] / .github / ISSUE_TEMPLATE / 00-bug-issue.yml
CommitLineData
5bb4271e
C
1name: 🐛 Bug Report
2description: Use this template for reporting a bug
3body:
1ed012eb 4 - type: markdown
5bb4271e 5 attributes:
1ed012eb 6 value: |
5bb4271e
C
7 Please search among past open/closed issues for a similar one beforehand:
8 - https://github.com/Chocobozzz/PeerTube/issues?q=
9 - https://framacolibri.org/c/peertube
5bb4271e
C
10
11 - type: textarea
12 attributes:
13 label: Describe the current behavior
14
15 - type: textarea
16 attributes:
17 label: Steps to reproduce
18 value: |
19 1.
20 2.
21 3.
22
23 - type: textarea
24 attributes:
25 label: Describe the expected behavior
26
27 - type: textarea
28 attributes:
29 label: Additional information
30 value: |
31 * PeerTube instance:
32 * URL:
33 * Version:
34 * NodeJS version:
35 * Ffmpeg version:
36
37 * Browser name, version and platforms on which you could reproduce the bug:
38 * Link to browser console log if relevant:
39 * Link to server log if relevant (`journalctl` or `/var/www/peertube/storage/logs/`):