Skip to content

Commit

Permalink
fix rendering type in issue templates (#9836)
Browse files Browse the repository at this point in the history
Signed-off-by: Florent Poinsard <[email protected]>
  • Loading branch information
frouioui authored Mar 8, 2022
1 parent 697436f commit 99216bd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
7 changes: 3 additions & 4 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ body:
```
3. Run `SELECT...`
4. View error
render: markdown
validations:
required: true

Expand All @@ -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

Expand All @@ -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

Expand All @@ -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 changes: 0 additions & 2 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ body:
attributes:
label: Feature Description
description: A written overview of the feature
render: markdown
validations:
required: true

Expand All @@ -22,6 +21,5 @@ body:
attributes:
label: Use Case(s)
description: Any relevant use-cases that you see.
render: markdown
validations:
required: true
1 change: 0 additions & 1 deletion .github/ISSUE_TEMPLATE/question.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,5 @@ body:
id: question
attributes:
label: Question
render: markdown
validations:
required: true

0 comments on commit 99216bd

Please sign in to comment.