summaryrefslogtreecommitdiffstats
path: root/.github/ISSUE_TEMPLATE
diff options
context:
space:
mode:
authorDudemanguy <random342@airmail.cc>2023-01-13 11:48:21 -0600
committerDudemanguy <random342@airmail.cc>2023-01-15 16:46:11 +0000
commit3858a8102bdeb40120dc1a426db38d84e8f39afd (patch)
tree7828cf65fde6007f466f35cb753d8c4da6a69d2d /.github/ISSUE_TEMPLATE
parent7b09bf7ffc1a927e4d45eb0407ec7024bff2f4d5 (diff)
downloadmpv-3858a8102bdeb40120dc1a426db38d84e8f39afd.tar.bz2
mpv-3858a8102bdeb40120dc1a426db38d84e8f39afd.tar.xz
build: officially deprecate waf
While the waf build has served us well for many years, it's time to officially consider it deprecated. The meson build was added fully with the intention to eventually replace waf and its current state is more than good enough to do that. Let's start the deprecation period now to give users a heads up to switch before we remove waf for good.
Diffstat (limited to '.github/ISSUE_TEMPLATE')
-rw-r--r--.github/ISSUE_TEMPLATE/4_bug_report_build.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/ISSUE_TEMPLATE/4_bug_report_build.md b/.github/ISSUE_TEMPLATE/4_bug_report_build.md
index 28f087e5a4..e8697f069f 100644
--- a/.github/ISSUE_TEMPLATE/4_bug_report_build.md
+++ b/.github/ISSUE_TEMPLATE/4_bug_report_build.md
@@ -2,7 +2,7 @@
name: 'Report a build Problem'
about: 'Create a report for a build related Issue'
title: ''
-labels: 'core:waf'
+labels: 'core:meson'
assignees: ''
---
@@ -24,7 +24,7 @@ differs from your own.
### Log file
-Upload build/config.log or ./waf configure output to https://0x0.st/ or attach
+Upload meson-logs/meson-log.txt or meson setup build output to https://0x0.st/ or attach
it to the github issue, and replace this text with a link to it.
The issue will be closed for ignoring the issue template.