mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2024-11-24 14:05:45 +03:00
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:
parent
7bfad08dde
commit
dee7c0681d
2 changed files with 10 additions and 9 deletions
10
.github/ISSUE_TEMPLATE/bug.yml
vendored
10
.github/ISSUE_TEMPLATE/bug.yml
vendored
|
@ -144,10 +144,10 @@
|
||||||
'type': 'textarea'
|
'type': 'textarea'
|
||||||
'validations':
|
'validations':
|
||||||
'required': false
|
'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': |
|
'description': |
|
||||||
For help, use the **Discussions** section instead.
|
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
|
||||||
Write the **title in English** to make it easier for other people to search
|
is fine in the body.)
|
||||||
for duplicates. (Any language is fine in the body.)
|
|
||||||
'name': 'Bug'
|
'name': 'Bug'
|
||||||
|
|
9
.github/ISSUE_TEMPLATE/feature.yml
vendored
9
.github/ISSUE_TEMPLATE/feature.yml
vendored
|
@ -48,10 +48,11 @@
|
||||||
'type': 'textarea'
|
'type': 'textarea'
|
||||||
'validations':
|
'validations':
|
||||||
'required': false
|
'required': false
|
||||||
# NOTE: GitHub limits the description length to 200 characters.
|
# NOTE: GitHub limits the description length to 200 characters. Also, Markdown
|
||||||
'description': >
|
# doesn't work here.
|
||||||
Write the **title in English** to make it easier for other people to search
|
'description': |
|
||||||
for duplicates. (Any language is fine in the body.)
|
Write the title in English to make it easier for other people to search for
|
||||||
|
duplicates. (Any language is fine in the body.)
|
||||||
'labels':
|
'labels':
|
||||||
- 'feature request'
|
- 'feature request'
|
||||||
'name': 'Feature request or enhancement'
|
'name': 'Feature request or enhancement'
|
||||||
|
|
Loading…
Reference in a new issue