summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorder richter <der.richter@gmx.de>2020-02-09 11:58:29 +0100
committerder richter <der.richter@gmx.de>2020-02-09 13:25:29 +0100
commitc3298ad41672cb77838d74a8ec34aefa1f2a2336 (patch)
tree7592894fb5e85491f105bea7d1e95005dac7278b
parent188169854313b99d01da8f69fe129f0a487eb7c4 (diff)
downloadmpv-c3298ad41672cb77838d74a8ec34aefa1f2a2336.tar.bz2
mpv-c3298ad41672cb77838d74a8ec34aefa1f2a2336.tar.xz
github: ask users to first reproduce the issue with --no-config
-rw-r--r--.github/ISSUE_TEMPLATE/2_bug_report_linux.md3
-rw-r--r--.github/ISSUE_TEMPLATE/2_bug_report_macos.md3
-rw-r--r--.github/ISSUE_TEMPLATE/2_bug_report_windows.md3
-rw-r--r--.github/ISSUE_TEMPLATE/3_bug_report.md3
4 files changed, 12 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/2_bug_report_linux.md b/.github/ISSUE_TEMPLATE/2_bug_report_linux.md
index e314ac3690..46a5bf99f4 100644
--- a/.github/ISSUE_TEMPLATE/2_bug_report_linux.md
+++ b/.github/ISSUE_TEMPLATE/2_bug_report_linux.md
@@ -23,6 +23,9 @@ Releases are listed here: https://github.com/mpv-player/mpv/releases
### Reproduction steps
+Try to reproduce your issue with --no-config first. If it isn't reproducible
+with --no-config try to first find out which option or script causes your issue.
+
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.
diff --git a/.github/ISSUE_TEMPLATE/2_bug_report_macos.md b/.github/ISSUE_TEMPLATE/2_bug_report_macos.md
index a61972d1b0..43620a3918 100644
--- a/.github/ISSUE_TEMPLATE/2_bug_report_macos.md
+++ b/.github/ISSUE_TEMPLATE/2_bug_report_macos.md
@@ -21,6 +21,9 @@ Releases are listed here: https://github.com/mpv-player/mpv/releases
### Reproduction steps
+Try to reproduce your issue with --no-config first. If it isn't reproducible
+with --no-config try to first find out which option or script causes your issue.
+
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.
diff --git a/.github/ISSUE_TEMPLATE/2_bug_report_windows.md b/.github/ISSUE_TEMPLATE/2_bug_report_windows.md
index 8764a80089..cd19438aed 100644
--- a/.github/ISSUE_TEMPLATE/2_bug_report_windows.md
+++ b/.github/ISSUE_TEMPLATE/2_bug_report_windows.md
@@ -21,6 +21,9 @@ Releases are listed here: https://github.com/mpv-player/mpv/releases
### Reproduction steps
+Try to reproduce your issue with --no-config first. If it isn't reproducible
+with --no-config try to first find out which option or script causes your issue.
+
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.
diff --git a/.github/ISSUE_TEMPLATE/3_bug_report.md b/.github/ISSUE_TEMPLATE/3_bug_report.md
index 936cb2a99e..b42c254584 100644
--- a/.github/ISSUE_TEMPLATE/3_bug_report.md
+++ b/.github/ISSUE_TEMPLATE/3_bug_report.md
@@ -19,6 +19,9 @@ Releases are listed here: https://github.com/mpv-player/mpv/releases
### Reproduction steps
+Try to reproduce your issue with --no-config first. If it isn't reproducible
+with --no-config try to first find out which option or script causes your issue.
+
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.