From: Chocobozzz Date: Tue, 14 Jun 2022 07:02:11 +0000 (+0200) Subject: Don't render checkboxes in issue template X-Git-Tag: v4.3.0-rc.1~519 X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=1ed012eb39b2c8d518cd4344e168aa3381ff0e28;p=github%2FChocobozzz%2FPeerTube.git Don't render checkboxes in issue template --- diff --git a/.github/ISSUE_TEMPLATE/00-bug-issue.yml b/.github/ISSUE_TEMPLATE/00-bug-issue.yml index 6bcf1cba4..6f49e6052 100644 --- a/.github/ISSUE_TEMPLATE/00-bug-issue.yml +++ b/.github/ISSUE_TEMPLATE/00-bug-issue.yml @@ -1,16 +1,12 @@ name: 🐛 Bug Report description: Use this template for reporting a bug body: - - 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: diff --git a/.github/ISSUE_TEMPLATE/10-installation-issue.yml b/.github/ISSUE_TEMPLATE/10-installation-issue.yml index 9bdf35dfb..6eaa16a2b 100644 --- a/.github/ISSUE_TEMPLATE/10-installation-issue.yml +++ b/.github/ISSUE_TEMPLATE/10-installation-issue.yml @@ -1,16 +1,12 @@ name: 🚀 Installation/Upgrade Issue description: Use this template for build/installation/upgrade issues body: - - type: checkboxes + - type: markdown attributes: - label: Have you read the documentation? - description: | + value: | 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: diff --git a/.github/ISSUE_TEMPLATE/20-documentation-issue.yml b/.github/ISSUE_TEMPLATE/20-documentation-issue.yml index 213aeb401..354749ad5 100644 --- a/.github/ISSUE_TEMPLATE/20-documentation-issue.yml +++ b/.github/ISSUE_TEMPLATE/20-documentation-issue.yml @@ -2,16 +2,12 @@ name: 📝 Documentation Issue description: Use this template for documentation-related issues labels: [ 'Component: Documentation :books:' ] body: - - 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: diff --git a/.github/ISSUE_TEMPLATE/30-feature-request.yml b/.github/ISSUE_TEMPLATE/30-feature-request.yml index e4337348c..2b6a9c4f4 100644 --- a/.github/ISSUE_TEMPLATE/30-feature-request.yml +++ b/.github/ISSUE_TEMPLATE/30-feature-request.yml @@ -2,16 +2,12 @@ name: ✨ Feature Request description: Use this template to ask for new features and suggest new ideas 💡 body: - - 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: