aboutsummaryrefslogtreecommitdiffhomepage
path: root/.github/ISSUE_TEMPLATE/00-bug-issue.yml
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2022-06-13 14:33:26 +0200
committerChocobozzz <me@florianbigard.com>2022-06-13 15:05:42 +0200
commit5bb4271edbc2e0bb53b43db7e74fd71625d7f291 (patch)
treee55bc405ccb17d08c2a4fd5e95a7176e65ed415d /.github/ISSUE_TEMPLATE/00-bug-issue.yml
parentf552ca84a568b77062d3e4fc06fb9e3096529b1b (diff)
downloadPeerTube-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.yml')
-rw-r--r--.github/ISSUE_TEMPLATE/00-bug-issue.yml43
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 @@
1name: 🐛 Bug Report
2description: Use this template for reporting a bug
3body:
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/`):