summaryrefslogtreecommitdiffstats
path: root/.github/ISSUE_TEMPLATE/4_bug_report_build.md
blob: 8370a300aefe5f448aba090a5dddbf8904648267 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
---
name: 'Report a build Problem'
about: 'Create a report for a build related Issue'
title: ''
labels: 'core:meson'
assignees: ''

---

### 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

### 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
differs from your own.

### Expected behavior

### Actual behavior

### Log file

Attach meson-logs/meson-log.txt or meson setup build output to the issue,
and replace this text with a link to it.

Without the log file, this issue will be closed for ignoring the issue template.