From 936ce6e5635f3a52acbc799e1fcba9a948a7e390 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Tue, 14 Jun 2022 09:04:14 +0200 Subject: Remove all checkboxes in issue templates --- .github/ISSUE_TEMPLATE/10-installation-issue.yml | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/10-installation-issue.yml b/.github/ISSUE_TEMPLATE/10-installation-issue.yml index 6eaa16a2b..7bc55b2bd 100644 --- a/.github/ISSUE_TEMPLATE/10-installation-issue.yml +++ b/.github/ISSUE_TEMPLATE/10-installation-issue.yml @@ -4,20 +4,16 @@ body: - type: markdown attributes: value: | - Please check the official documentation first + Please check the official documentation first: - Classic installation: https://docs.joinpeertube.org/install-any-os - Docker installation: https://docs.joinpeertube.org/install-docker - - type: checkboxes + - type: markdown attributes: - label: Is there an existing issue for this? - description: | + value: | 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: -- cgit v1.2.3