diff options
author | Chocobozzz <me@florianbigard.com> | 2022-06-14 09:04:14 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2022-06-14 09:04:14 +0200 |
commit | 936ce6e5635f3a52acbc799e1fcba9a948a7e390 (patch) | |
tree | 53e6b92283d1852830248318edd5eb8a040cfdec | |
parent | 1ed012eb39b2c8d518cd4344e168aa3381ff0e28 (diff) | |
download | PeerTube-936ce6e5635f3a52acbc799e1fcba9a948a7e390.tar.gz PeerTube-936ce6e5635f3a52acbc799e1fcba9a948a7e390.tar.zst PeerTube-936ce6e5635f3a52acbc799e1fcba9a948a7e390.zip |
Remove all checkboxes in issue templates
-rw-r--r-- | .github/ISSUE_TEMPLATE/10-installation-issue.yml | 10 |
1 files 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: | |||
4 | - type: markdown | 4 | - type: markdown |
5 | attributes: | 5 | attributes: |
6 | value: | | 6 | value: | |
7 | Please check the official documentation first | 7 | Please check the official documentation first: |
8 | - Classic installation: https://docs.joinpeertube.org/install-any-os | 8 | - Classic installation: https://docs.joinpeertube.org/install-any-os |
9 | - Docker installation: https://docs.joinpeertube.org/install-docker | 9 | - Docker installation: https://docs.joinpeertube.org/install-docker |
10 | 10 | ||
11 | - type: checkboxes | 11 | - type: markdown |
12 | attributes: | 12 | attributes: |
13 | label: Is there an existing issue for this? | 13 | value: | |
14 | description: | | ||
15 | Please search among past open/closed issues for a similar one beforehand: | 14 | Please search among past open/closed issues for a similar one beforehand: |
16 | - https://github.com/Chocobozzz/PeerTube/issues?q= | 15 | - https://github.com/Chocobozzz/PeerTube/issues?q= |
17 | - https://framacolibri.org/c/peertube | 16 | - https://framacolibri.org/c/peertube |
18 | options: | ||
19 | - label: I have searched existing issues | ||
20 | required: true | ||
21 | 17 | ||
22 | - type: textarea | 18 | - type: textarea |
23 | attributes: | 19 | attributes: |