summaryrefslogtreecommitdiffstats
path: root/.github/ISSUE_TEMPLATE/4_bug_report_build.md
diff options
context:
space:
mode:
Diffstat (limited to '.github/ISSUE_TEMPLATE/4_bug_report_build.md')
-rw-r--r--.github/ISSUE_TEMPLATE/4_bug_report_build.md17
1 files changed, 11 insertions, 6 deletions
diff --git a/.github/ISSUE_TEMPLATE/4_bug_report_build.md b/.github/ISSUE_TEMPLATE/4_bug_report_build.md
index 8fae34c9e5..8370a300ae 100644
--- a/.github/ISSUE_TEMPLATE/4_bug_report_build.md
+++ b/.github/ISSUE_TEMPLATE/4_bug_report_build.md
@@ -2,12 +2,17 @@
name: 'Report a build Problem'
about: 'Create a report for a build related Issue'
title: ''
-labels: 'core:waf'
+labels: 'core:meson'
assignees: ''
---
-### mpv version and platform versions
+### Important Information
+
+Provide following Information:
+- mpv version
+- Platform and Version
+- meson version
If you're not using git master or the latest release, update.
Releases are listed here: https://github.com/mpv-player/mpv/releases
@@ -16,7 +21,7 @@ Releases are listed here: https://github.com/mpv-player/mpv/releases
Describe the reproduction steps as precise as possible. It's very likely that
the bug you experience wasn't reproduced by the developer because the workflow
-differes from your own.
+differs from your own.
### Expected behavior
@@ -24,7 +29,7 @@ differes from your own.
### Log file
-Upload build/config.log or ./waf configure output to https://0x0.st/ or attach
-it to the github issue, and replace this text with a link to it.
+Attach meson-logs/meson-log.txt or meson setup build output to the issue,
+and replace this text with a link to it.
-The issue will be closed for ignoring the issue template.
+Without the log file, this issue will be closed for ignoring the issue template.