fix rendering type in issue templates (#9836)

Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
This commit is contained in:
FlorentP 2022-03-08 23:22:31 +01:00 коммит произвёл GitHub
Родитель 697436f037
Коммит 99216bd2bb
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
3 изменённых файлов: 3 добавлений и 7 удалений

7
.github/ISSUE_TEMPLATE/bug_report.yml поставляемый
Просмотреть файл

@ -45,7 +45,6 @@ body:
```
3. Run `SELECT...`
4. View error
render: markdown
validations:
required: true
@ -60,7 +59,7 @@ body:
giaquinti@workspace:~$ vtgate --version
Version: a95cf5d (Git branch 'HEAD') built on Fri May 18 16:54:26 PDT 2018 by giaquinti@workspace using go1.10 linux/amd64
```
render: shell
render: sh
validations:
required: true
@ -74,7 +73,7 @@ body:
- Operating system (output of `cat /etc/os-release`)
- Kernel version (output of `uname -sr`)
- Architecture (output of `uname -m`)
render: shell
render: sh
validations:
required: true
@ -83,4 +82,4 @@ body:
attributes:
label: Log Fragments
description: Include appropriate log fragments. If the log is longer than a few dozen lines, please include the URL to the gist (https://gist.github.com/) of the log instead of posting it in the issue. This will be automatically formatted into code, so no need for backticks.
render: shell
render: sh

2
.github/ISSUE_TEMPLATE/feature_request.yml поставляемый
Просмотреть файл

@ -13,7 +13,6 @@ body:
attributes:
label: Feature Description
description: A written overview of the feature
render: markdown
validations:
required: true
@ -22,6 +21,5 @@ body:
attributes:
label: Use Case(s)
description: Any relevant use-cases that you see.
render: markdown
validations:
required: true

1
.github/ISSUE_TEMPLATE/question.yml поставляемый
Просмотреть файл

@ -15,6 +15,5 @@ body:
id: question
attributes:
label: Question
render: markdown
validations:
required: true