diff options
author | Felix Ableitner <me@nutomic.com> | 2018-10-05 02:06:08 -0500 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-10-05 09:06:08 +0200 |
commit | 29b323cdd7ba745d82839743b500885195827a4c (patch) | |
tree | 2076c9a11fc97257050c4ee0d839bb7aabc86992 | |
parent | 6d5973fa0ea5f160f0cfbeecfeee0596bfac352c (diff) | |
download | PeerTube-29b323cdd7ba745d82839743b500885195827a4c.tar.gz PeerTube-29b323cdd7ba745d82839743b500885195827a4c.tar.zst PeerTube-29b323cdd7ba745d82839743b500885195827a4c.zip |
Rewrite issue template (#1187)
* Rewrite issue template
* add /
-rw-r--r-- | .github/ISSUE_TEMPLATE.md | 22 |
1 files changed, 15 insertions, 7 deletions
diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 81ad5405d..4477da332 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md | |||
@@ -2,15 +2,23 @@ | |||
2 | <!-- If you report a security issue, please refrain from filling an issue and refer to SECURITY.md for the disclosure procedure. --> | 2 | <!-- If you report a security issue, please refrain from filling an issue and refer to SECURITY.md for the disclosure procedure. --> |
3 | <!-- If you report a bug, please fill the form --> | 3 | <!-- If you report a bug, please fill the form --> |
4 | 4 | ||
5 | * **PeerTube version or URL:** | 5 | **What happened?** |
6 | * **Browser name/version:** | ||
7 | * **NodeJS version:** | ||
8 | 6 | ||
7 | **What do you expect to happen instead?** | ||
9 | 8 | ||
10 | * **What is the expected behaviour?** | 9 | **Steps to reproduce:** |
11 | * **What do you see instead?** | ||
12 | 10 | ||
11 | 1. | ||
13 | 12 | ||
14 | * **Browser console log if useful:** | 13 | 2. |
15 | * **Server log if useful (journalctl or /var/www/peertube/storage/logs):** | ||
16 | 14 | ||
15 | 3. | ||
16 | |||
17 | |||
18 | **Additional information** | ||
19 | * PeerTube version or URL: | ||
20 | * Browser name/version: | ||
21 | * NodeJS version: | ||
22 | |||
23 | * Link to browser console log if useful: | ||
24 | * Link to server log if useful (journalctl or /var/www/peertube/storage/logs/): | ||