aboutsummaryrefslogtreecommitdiffhomepage
path: root/.github
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2022-06-14 09:02:11 +0200
committerChocobozzz <me@florianbigard.com>2022-06-14 09:02:11 +0200
commit1ed012eb39b2c8d518cd4344e168aa3381ff0e28 (patch)
tree352fb038eceb37188c865ad7ccd9c75c30eeee30 /.github
parentc371016de26b3a08860ba638c7b0494978b6cde7 (diff)
downloadPeerTube-1ed012eb39b2c8d518cd4344e168aa3381ff0e28.tar.gz
PeerTube-1ed012eb39b2c8d518cd4344e168aa3381ff0e28.tar.zst
PeerTube-1ed012eb39b2c8d518cd4344e168aa3381ff0e28.zip
Don't render checkboxes in issue template
Diffstat (limited to '.github')
-rw-r--r--.github/ISSUE_TEMPLATE/00-bug-issue.yml8
-rw-r--r--.github/ISSUE_TEMPLATE/10-installation-issue.yml8
-rw-r--r--.github/ISSUE_TEMPLATE/20-documentation-issue.yml8
-rw-r--r--.github/ISSUE_TEMPLATE/30-feature-request.yml8
4 files changed, 8 insertions, 24 deletions
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 @@
1name: 🐛 Bug Report 1name: 🐛 Bug Report
2description: Use this template for reporting a bug 2description: Use this template for reporting a bug
3body: 3body:
4 - type: checkboxes 4 - type: markdown
5 attributes: 5 attributes:
6 label: Is there an existing issue for this? 6 value: |
7 description: |
8 Please search among past open/closed issues for a similar one beforehand: 7 Please search among past open/closed issues for a similar one beforehand:
9 - https://github.com/Chocobozzz/PeerTube/issues?q= 8 - https://github.com/Chocobozzz/PeerTube/issues?q=
10 - https://framacolibri.org/c/peertube 9 - https://framacolibri.org/c/peertube
11 options:
12 - label: I have searched existing issues
13 required: true
14 10
15 - type: textarea 11 - type: textarea
16 attributes: 12 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 @@
1name: 🚀 Installation/Upgrade Issue 1name: 🚀 Installation/Upgrade Issue
2description: Use this template for build/installation/upgrade issues 2description: Use this template for build/installation/upgrade issues
3body: 3body:
4 - type: checkboxes 4 - type: markdown
5 attributes: 5 attributes:
6 label: Have you read the documentation? 6 value: |
7 description: |
8 Please check the official documentation first 7 Please check the official documentation first
9 - Classic installation: https://docs.joinpeertube.org/install-any-os 8 - Classic installation: https://docs.joinpeertube.org/install-any-os
10 - Docker installation: https://docs.joinpeertube.org/install-docker 9 - Docker installation: https://docs.joinpeertube.org/install-docker
11 options:
12 - label: I have read the documentation
13 required: true
14 10
15 - type: checkboxes 11 - type: checkboxes
16 attributes: 12 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
2description: Use this template for documentation-related issues 2description: Use this template for documentation-related issues
3labels: [ 'Component: Documentation :books:' ] 3labels: [ 'Component: Documentation :books:' ]
4body: 4body:
5 - type: checkboxes 5 - type: markdown
6 attributes: 6 attributes:
7 label: Is there an existing issue for this? 7 value: |
8 description: |
9 Please search among past open/closed issues for a similar one beforehand: 8 Please search among past open/closed issues for a similar one beforehand:
10 - https://github.com/Chocobozzz/PeerTube/issues?q= 9 - https://github.com/Chocobozzz/PeerTube/issues?q=
11 - https://framacolibri.org/c/peertube 10 - https://framacolibri.org/c/peertube
12 options:
13 - label: I have searched existing issues
14 required: true
15 11
16 - type: textarea 12 - type: textarea
17 attributes: 13 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 @@
2name: ✨ Feature Request 2name: ✨ Feature Request
3description: Use this template to ask for new features and suggest new ideas 💡 3description: Use this template to ask for new features and suggest new ideas 💡
4body: 4body:
5 - type: checkboxes 5 - type: markdown
6 attributes: 6 attributes:
7 label: Is there an existing issue for this? 7 value: |
8 description: |
9 Please search among past open/closed issues for a similar one beforehand: 8 Please search among past open/closed issues for a similar one beforehand:
10 - https://github.com/Chocobozzz/PeerTube/issues?q= 9 - https://github.com/Chocobozzz/PeerTube/issues?q=
11 - https://framacolibri.org/c/peertube 10 - https://framacolibri.org/c/peertube
12 options:
13 - label: I have searched existing issues
14 required: true
15 11
16 - type: textarea 12 - type: textarea
17 attributes: 13 attributes: