Don't render checkboxes in issue template

This commit is contained in:
Chocobozzz 2022-06-14 09:02:11 +02:00
parent c371016de2
commit 1ed012eb39
No known key found for this signature in database
GPG key ID: 583A612D890159BE
4 changed files with 8 additions and 24 deletions

View file

@ -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:

View file

@ -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:

View file

@ -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:

View file

@ -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: