Skip to content

Commit

Permalink
github/issue_template: don't use markdown for "Important Information"
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
na-na-hi authored and sfan5 committed Aug 19, 2024
1 parent 6c3bb23 commit b9e63ae
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/2_bug_report_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ body:
- Window Manager and Version:
- Source mpv:
- Introduced in version:
render: text
validations:
required: true
- type: textarea
Expand Down
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/2_bug_report_macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ body:
- macOS version:
- Source of mpv:
- Introduced in version:
render: text
validations:
required: true
- type: textarea
Expand Down
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/2_bug_report_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ body:
- GPU model, driver and version:
- Source of mpv:
- Introduced in version:
render: text
validations:
required: true
- type: textarea
Expand Down
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/3_bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ body:
- GPU model, driver and version:
- Source:
- Introduced in version:
render: text
validations:
required: true
- type: textarea
Expand Down
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/4_bug_report_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ body:
- mpv version:
- Platform version:
- Meson version:
render: text
validations:
required: true
- type: textarea
Expand Down

0 comments on commit b9e63ae

Please sign in to comment.