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'