From 5bb4271edbc2e0bb53b43db7e74fd71625d7f291 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Mon, 13 Jun 2022 14:33:26 +0200 Subject: Add form template for issue templates --- .github/ISSUE_TEMPLATE/00-bug-issue.yml | 43 +++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/00-bug-issue.yml (limited to '.github/ISSUE_TEMPLATE/00-bug-issue.yml') 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 @@ +name: 🐛 Bug Report +description: Use this template for reporting a bug +body: + - type: checkboxes + attributes: + label: Is there an existing issue for this? + description: | + Please search among past open/closed issues for a similar one beforehand: + - https://github.com/Chocobozzz/PeerTube/issues?q= + - https://framacolibri.org/c/peertube + options: + - label: I have searched existing issues + required: true + + - type: textarea + attributes: + label: Describe the current behavior + + - type: textarea + attributes: + label: Steps to reproduce + value: | + 1. + 2. + 3. + + - type: textarea + attributes: + label: Describe the expected behavior + + - type: textarea + attributes: + label: Additional information + value: | + * PeerTube instance: + * URL: + * Version: + * NodeJS version: + * Ffmpeg version: + + * Browser name, version and platforms on which you could reproduce the bug: + * Link to browser console log if relevant: + * Link to server log if relevant (`journalctl` or `/var/www/peertube/storage/logs/`): -- cgit v1.2.3