mirror of https://github.com/mpv-player/mpv
github/issue_template: don't use markdown for "Important Information"
There are too many issues created with problematic contents (like "#1" in uname output) that cause unwanted expansion to markdown formats and links to issues. The information here should be fairly simple in format that markdown isn't needed. Use plain text rendering instead.
This commit is contained in:
parent
6c3bb2381a
commit
b9e63ae5d8
|
@ -46,6 +46,7 @@ body:
|
|||
- Window Manager and Version:
|
||||
- Source mpv:
|
||||
- Introduced in version:
|
||||
render: text
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
|
|
|
@ -39,6 +39,7 @@ body:
|
|||
- macOS version:
|
||||
- Source of mpv:
|
||||
- Introduced in version:
|
||||
render: text
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
|
|
|
@ -42,6 +42,7 @@ body:
|
|||
- GPU model, driver and version:
|
||||
- Source of mpv:
|
||||
- Introduced in version:
|
||||
render: text
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
|
|
|
@ -39,6 +39,7 @@ body:
|
|||
- GPU model, driver and version:
|
||||
- Source:
|
||||
- Introduced in version:
|
||||
render: text
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
|
|
|
@ -16,6 +16,7 @@ body:
|
|||
- mpv version:
|
||||
- Platform version:
|
||||
- Meson version:
|
||||
render: text
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
|
|
Loading…
Reference in New Issue