From e6665469105e703484feddef77a48b8f0beed887 Mon Sep 17 00:00:00 2001 From: der richter Date: Sun, 19 Jan 2020 19:59:47 +0100 Subject: github: rename Bug to Issue and slightly change the question template --- .github/ISSUE_TEMPLATE/2_bug_report_linux.md | 4 ++-- .github/ISSUE_TEMPLATE/2_bug_report_macos.md | 4 ++-- .github/ISSUE_TEMPLATE/2_bug_report_windows.md | 4 ++-- .github/ISSUE_TEMPLATE/3_bug_report.md | 4 ++-- .github/ISSUE_TEMPLATE/4_bug_report_build.md | 2 +- .github/ISSUE_TEMPLATE/6_question.md | 7 +++++++ 6 files changed, 16 insertions(+), 9 deletions(-) (limited to '.github') 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 -- cgit v1.2.3