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/00-bug-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/00-bug-issue.yml')
-rw-r--r-- | .github/ISSUE_TEMPLATE/00-bug-issue.yml | 8 |
1 files changed, 2 insertions, 6 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 @@ | |||
1 | name: 🐛 Bug Report | 1 | name: 🐛 Bug Report |
2 | description: Use this template for reporting a bug | 2 | description: Use this template for reporting a bug |
3 | body: | 3 | body: |
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: |