]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commitdiff
Don't render checkboxes in issue template
authorChocobozzz <me@florianbigard.com>
Tue, 14 Jun 2022 07:02:11 +0000 (09:02 +0200)
committerChocobozzz <me@florianbigard.com>
Tue, 14 Jun 2022 07:02:11 +0000 (09:02 +0200)
.github/ISSUE_TEMPLATE/00-bug-issue.yml
.github/ISSUE_TEMPLATE/10-installation-issue.yml
.github/ISSUE_TEMPLATE/20-documentation-issue.yml
.github/ISSUE_TEMPLATE/30-feature-request.yml

index 6bcf1cba436af27cd81bc3437834e50450f415e6..6f49e6052775443a60fb6b63fa68f30bd024d8c7 100644 (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:
index 9bdf35dfb49250574e501d353e5f002333bde545..6eaa16a2bff5c8f27164ff0a0f6597418684d925 100644 (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:
index 213aeb401968edd678fd75618e62795637f0ef17..354749ad5c7761313d3a04240d9a01d4196be31a 100644 (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:
index e4337348ca7a8261da9c4088c85f09c4765b1692..2b6a9c4f44f4f8583666559c720132083b63ad58 100644 (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: