Pull request 1929: fix-gh-tmpl

Squashed commit of the following:

commit 8ac1f14e422ad9a7cc0186e5ea18988613639240
Author: Ainar Garipov <A.Garipov@AdGuard.COM>
Date:   Tue Jul 18 17:04:36 2023 +0300

    .github: do not use md
This commit is contained in:
Ainar Garipov
2023-07-18 17:11:12 +03:00
parent 7bfad08dde
commit dee7c0681d
2 changed files with 10 additions and 9 deletions

View File

@@ -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'