summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorder richter <der.richter@gmx.de>2020-01-19 19:59:47 +0100
committerder richter <der.richter@gmx.de>2020-01-20 10:12:40 +0100
commite6665469105e703484feddef77a48b8f0beed887 (patch)
tree26ee151dba3ff03e0782dcce81e5edc720309ff8
parentda913998d365db554ba2dc3b10b33b78dddcea17 (diff)
downloadmpv-e6665469105e703484feddef77a48b8f0beed887.tar.bz2
mpv-e6665469105e703484feddef77a48b8f0beed887.tar.xz
github: rename Bug to Issue and slightly change the question template
-rw-r--r--.github/ISSUE_TEMPLATE/2_bug_report_linux.md4
-rw-r--r--.github/ISSUE_TEMPLATE/2_bug_report_macos.md4
-rw-r--r--.github/ISSUE_TEMPLATE/2_bug_report_windows.md4
-rw-r--r--.github/ISSUE_TEMPLATE/3_bug_report.md4
-rw-r--r--.github/ISSUE_TEMPLATE/4_bug_report_build.md2
-rw-r--r--.github/ISSUE_TEMPLATE/6_question.md7
6 files changed, 16 insertions, 9 deletions
diff --git a/.github/ISSUE_TEMPLATE/2_bug_report_linux.md b/.github/ISSUE_TEMPLATE/2_bug_report_linux.md
index 36662da6ff..e314ac3690 100644
--- a/.github/ISSUE_TEMPLATE/2_bug_report_linux.md
+++ b/.github/ISSUE_TEMPLATE/2_bug_report_linux.md
@@ -1,6 +1,6 @@
---
-name: 'Report a Linux Bug'
-about: 'Create a report for a runtime related Linux Bug'
+name: 'Report a Linux Issue'
+about: 'Create a report for a runtime related Linux Issue'
title: ''
labels: 'os:linux'
assignees: ''
diff --git a/.github/ISSUE_TEMPLATE/2_bug_report_macos.md b/.github/ISSUE_TEMPLATE/2_bug_report_macos.md
index 8fe40cfba6..d33c52bbba 100644
--- a/.github/ISSUE_TEMPLATE/2_bug_report_macos.md
+++ b/.github/ISSUE_TEMPLATE/2_bug_report_macos.md
@@ -1,6 +1,6 @@
---
-name: 'Report a macOS Bug'
-about: 'Create a report for a runtime related macOS Bug'
+name: 'Report a macOS Issue'
+about: 'Create a report for a runtime related macOS Issue'
title: ''
labels: 'os:mac'
assignees: ''
diff --git a/.github/ISSUE_TEMPLATE/2_bug_report_windows.md b/.github/ISSUE_TEMPLATE/2_bug_report_windows.md
index 7df7fadd19..8764a80089 100644
--- a/.github/ISSUE_TEMPLATE/2_bug_report_windows.md
+++ b/.github/ISSUE_TEMPLATE/2_bug_report_windows.md
@@ -1,6 +1,6 @@
---
-name: 'Report a Windows Bug'
-about: 'Create a report for a runtime related Windows Bug'
+name: 'Report a Windows Issue'
+about: 'Create a report for a runtime related Windows Issue'
title: ''
labels: 'os:win'
assignees: ''
diff --git a/.github/ISSUE_TEMPLATE/3_bug_report.md b/.github/ISSUE_TEMPLATE/3_bug_report.md
index 5032a0d5d9..936cb2a99e 100644
--- a/.github/ISSUE_TEMPLATE/3_bug_report.md
+++ b/.github/ISSUE_TEMPLATE/3_bug_report.md
@@ -1,6 +1,6 @@
---
-name: 'Report a Bug for a different Platform'
-about: 'Create a report for a runtime related Bug'
+name: 'Report a different Issue'
+about: 'Create a report for a runtime related Issue'
title: ''
labels: ''
assignees: ''
diff --git a/.github/ISSUE_TEMPLATE/4_bug_report_build.md b/.github/ISSUE_TEMPLATE/4_bug_report_build.md
index 5c7fae661f..8fae34c9e5 100644
--- a/.github/ISSUE_TEMPLATE/4_bug_report_build.md
+++ b/.github/ISSUE_TEMPLATE/4_bug_report_build.md
@@ -1,6 +1,6 @@
---
name: 'Report a build Problem'
-about: 'Create a report for a build related Bug'
+about: 'Create a report for a build related Issue'
title: ''
labels: 'core:waf'
assignees: ''
diff --git a/.github/ISSUE_TEMPLATE/6_question.md b/.github/ISSUE_TEMPLATE/6_question.md
index 12537414db..37796f3433 100644
--- a/.github/ISSUE_TEMPLATE/6_question.md
+++ b/.github/ISSUE_TEMPLATE/6_question.md
@@ -7,5 +7,12 @@ assignees: ''
---
+Don't ask questions about issues, errors or problems you have and instead open
+a proper issue with the right template from the previous selection.
+
+This template is meant for questions about the workings of mpv, to clarify about
+unspecified behaviour of options or command, or anything else that is not well
+described and needs clarification.
+
Before asking a question make sure it hasn't been asked or answered yet.
https://github.com/mpv-player/mpv/labels/meta%3Aquestion