From dee7c0681de86e193a712ed4810dde52b2f8d4b8 Mon Sep 17 00:00:00 2001 From: Ainar Garipov Date: Tue, 18 Jul 2023 17:11:12 +0300 Subject: [PATCH] Pull request 1929: fix-gh-tmpl Squashed commit of the following: commit 8ac1f14e422ad9a7cc0186e5ea18988613639240 Author: Ainar Garipov Date: Tue Jul 18 17:04:36 2023 +0300 .github: do not use md --- .github/ISSUE_TEMPLATE/bug.yml | 10 +++++----- .github/ISSUE_TEMPLATE/feature.yml | 9 +++++---- 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index 1f079883..37d61e56 100644 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -144,10 +144,10 @@ 'type': 'textarea' 'validations': 'required': false -# NOTE: GitHub limits the description length to 200 characters. +# NOTE: GitHub limits the description length to 200 characters. Also, Markdown +# doesn't work here. 'description': | - For help, use the **Discussions** section instead. - - Write the **title in English** to make it easier for other people to search - for duplicates. (Any language is fine in the body.) + For help, use the Discussions section instead. Write the title in English + to make it easier for other people to search for duplicates. (Any language + is fine in the body.) 'name': 'Bug' diff --git a/.github/ISSUE_TEMPLATE/feature.yml b/.github/ISSUE_TEMPLATE/feature.yml index b37f249c..f86ff470 100644 --- a/.github/ISSUE_TEMPLATE/feature.yml +++ b/.github/ISSUE_TEMPLATE/feature.yml @@ -48,10 +48,11 @@ 'type': 'textarea' 'validations': 'required': false -# NOTE: GitHub limits the description length to 200 characters. -'description': > - Write the **title in English** to make it easier for other people to search - for duplicates. (Any language is fine in the body.) +# NOTE: GitHub limits the description length to 200 characters. Also, Markdown +# doesn't work here. +'description': | + Write the title in English to make it easier for other people to search for + duplicates. (Any language is fine in the body.) 'labels': - 'feature request' 'name': 'Feature request or enhancement'