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/10-installation-issue.yml | 39 ++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/10-installation-issue.yml (limited to '.github/ISSUE_TEMPLATE/10-installation-issue.yml') diff --git a/.github/ISSUE_TEMPLATE/10-installation-issue.yml b/.github/ISSUE_TEMPLATE/10-installation-issue.yml new file mode 100644 index 000000000..9bdf35dfb --- /dev/null +++ b/.github/ISSUE_TEMPLATE/10-installation-issue.yml @@ -0,0 +1,39 @@ +name: 🚀 Installation/Upgrade Issue +description: Use this template for build/installation/upgrade issues +body: + - type: checkboxes + attributes: + label: Have you read the documentation? + description: | + Please check the official documentation first + - Classic installation: https://docs.joinpeertube.org/install-any-os + - Docker installation: https://docs.joinpeertube.org/install-docker + options: + - label: I have read the documentation + required: true + + - 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 problem + + - type: textarea + attributes: + label: Additional information + value: | + * PeerTube instance URL: + * PeerTube version: + * NodeJS version: + * Ffmpeg version: + * Redis version: + * PostgreSQL version: -- cgit v1.2.3