diff options
author | Chocobozzz <me@florianbigard.com> | 2022-06-14 09:02:11 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2022-06-14 09:02:11 +0200 |
commit | 1ed012eb39b2c8d518cd4344e168aa3381ff0e28 (patch) | |
tree | 352fb038eceb37188c865ad7ccd9c75c30eeee30 /.github/ISSUE_TEMPLATE/20-documentation-issue.yml | |
parent | c371016de26b3a08860ba638c7b0494978b6cde7 (diff) | |
download | PeerTube-1ed012eb39b2c8d518cd4344e168aa3381ff0e28.tar.gz PeerTube-1ed012eb39b2c8d518cd4344e168aa3381ff0e28.tar.zst PeerTube-1ed012eb39b2c8d518cd4344e168aa3381ff0e28.zip |
Don't render checkboxes in issue template
Diffstat (limited to '.github/ISSUE_TEMPLATE/20-documentation-issue.yml')
-rw-r--r-- | .github/ISSUE_TEMPLATE/20-documentation-issue.yml | 8 |
1 files changed, 2 insertions, 6 deletions
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 | |||
2 | description: Use this template for documentation-related issues | 2 | description: Use this template for documentation-related issues |
3 | labels: [ 'Component: Documentation :books:' ] | 3 | labels: [ 'Component: Documentation :books:' ] |
4 | body: | 4 | body: |
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: |