From 1ed012eb39b2c8d518cd4344e168aa3381ff0e28 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Tue, 14 Jun 2022 09:02:11 +0200 Subject: Don't render checkboxes in issue template --- .github/ISSUE_TEMPLATE/20-documentation-issue.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to '.github/ISSUE_TEMPLATE/20-documentation-issue.yml') 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 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: -- cgit v1.2.3