Chore: fix issue template render type

This commit is contained in:
Dreamacro 2021-08-13 22:44:22 +08:00
parent 2663cb2e6e
commit 1be09f5751
2 changed files with 8 additions and 9 deletions

View File

@ -1,6 +1,6 @@
name: Bug report name: Bug report
description: Create a report to help us improve description: Create a report to help us improve
title: '[Bug] ' title: "[Bug] "
body: body:
- type: checkboxes - type: checkboxes
id: ensure id: ensure
@ -36,10 +36,9 @@ I have read the [documentation](https://github.com/Dreamacro/clash/wiki/) and wa
This is an issue of the Clash core *per se*, not to the derivatives of Clash, like OpenClash or KoolClash. This is an issue of the Clash core *per se*, not to the derivatives of Clash, like OpenClash or KoolClash.
" "
required: true required: true
- type: textarea - type: input
attributes: attributes:
render: yaml label: Clash version
label: "Clash version"
validations: validations:
required: true required: true
- type: dropdown - type: dropdown
@ -64,14 +63,14 @@ Paste the Clash core configuration below.
required: true required: true
- type: textarea - type: textarea
attributes: attributes:
render: yaml render: shell
label: "Clash log" label: Clash log
description: " description: "
在下方附上 Clash Core 的日志log level 使用 DEBUG 在下方附上 Clash Core 的日志log level 使用 DEBUG
Paste the Clash core log below with the log level set to `DEBUG`. Paste the Clash core log below with the log level set to `DEBUG`.
" "
- type: textarea - type: textarea
attributes: attributes:
label: "Description" label: Description
validations: validations:
required: true required: true

View File

@ -23,13 +23,13 @@ I have read the [documentation](https://github.com/Dreamacro/clash/wiki/) and wa
required: true required: true
- type: textarea - type: textarea
attributes: attributes:
label: "Description" label: Description
description: 请详细、清晰地表达你要提出的论述,例如这个问题如何影响到你?你想实现什么功能?目前 Clash Core 的行为是什麽? description: 请详细、清晰地表达你要提出的论述,例如这个问题如何影响到你?你想实现什么功能?目前 Clash Core 的行为是什麽?
validations: validations:
required: true required: true
- type: textarea - type: textarea
attributes: attributes:
label: "Possible Solution" label: Possible Solution
description: " description: "
此项非必须,但是如果你有想法的话欢迎提出。 此项非必须,但是如果你有想法的话欢迎提出。
Not obligatory, but suggest a fix/reason for the bug, or ideas how to implement the addition or change Not obligatory, but suggest a fix/reason for the bug, or ideas how to implement the addition or change