summaryrefslogtreecommitdiffstats
path: root/.github/ISSUE_TEMPLATE/4_bug_report_build.md
diff options
context:
space:
mode:
authorder richter <der.richter@gmx.de>2020-01-04 13:01:24 +0100
committerder richter <der.richter@gmx.de>2020-01-09 20:20:35 +0100
commitea9f9af76ccd4be67bbafabb955d1b0ae0eeafdc (patch)
tree13c8b4ca25c098b113b29a1a90fb87bf95b8a117 /.github/ISSUE_TEMPLATE/4_bug_report_build.md
parente6c9e33a3163de5293acc4aed805435fd5e359b8 (diff)
downloadmpv-ea9f9af76ccd4be67bbafabb955d1b0ae0eeafdc.tar.bz2
mpv-ea9f9af76ccd4be67bbafabb955d1b0ae0eeafdc.tar.xz
github: add several issue templates and a warning to not ignore them
Diffstat (limited to '.github/ISSUE_TEMPLATE/4_bug_report_build.md')
-rw-r--r--.github/ISSUE_TEMPLATE/4_bug_report_build.md30
1 files changed, 30 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/4_bug_report_build.md b/.github/ISSUE_TEMPLATE/4_bug_report_build.md
new file mode 100644
index 0000000000..5c7fae661f
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/4_bug_report_build.md
@@ -0,0 +1,30 @@
+---
+name: 'Report a build Problem'
+about: 'Create a report for a build related Bug'
+title: ''
+labels: 'core:waf'
+assignees: ''
+
+---
+
+### mpv version and platform versions
+
+If you're not using git master or the latest release, update.
+Releases are listed here: https://github.com/mpv-player/mpv/releases
+
+### Reproduction steps
+
+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.
+
+### Expected behavior
+
+### Actual behavior
+
+### 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.
+
+The issue will be closed for ignoring the issue template.