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:
|
- Window Manager and Version:
|
||||||
- Source mpv:
|
- Source mpv:
|
||||||
- Introduced in version:
|
- Introduced in version:
|
||||||
|
render: text
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: textarea
|
- type: textarea
|
||||||
|
|
|
@ -39,6 +39,7 @@ body:
|
||||||
- macOS version:
|
- macOS version:
|
||||||
- Source of mpv:
|
- Source of mpv:
|
||||||
- Introduced in version:
|
- Introduced in version:
|
||||||
|
render: text
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: textarea
|
- type: textarea
|
||||||
|
|
|
@ -42,6 +42,7 @@ body:
|
||||||
- GPU model, driver and version:
|
- GPU model, driver and version:
|
||||||
- Source of mpv:
|
- Source of mpv:
|
||||||
- Introduced in version:
|
- Introduced in version:
|
||||||
|
render: text
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: textarea
|
- type: textarea
|
||||||
|
|
|
@ -39,6 +39,7 @@ body:
|
||||||
- GPU model, driver and version:
|
- GPU model, driver and version:
|
||||||
- Source:
|
- Source:
|
||||||
- Introduced in version:
|
- Introduced in version:
|
||||||
|
render: text
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: textarea
|
- type: textarea
|
||||||
|
|
|
@ -16,6 +16,7 @@ body:
|
||||||
- mpv version:
|
- mpv version:
|
||||||
- Platform version:
|
- Platform version:
|
||||||
- Meson version:
|
- Meson version:
|
||||||
|
render: text
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: textarea
|
- type: textarea
|
||||||
|
|
Loading…
Reference in New Issue