diff --git a/.github/ISSUE_TEMPLATE/error_report.md b/.github/ISSUE_TEMPLATE/error_report.md index 44d894112725..2ff64698319f 100644 --- a/.github/ISSUE_TEMPLATE/error_report.md +++ b/.github/ISSUE_TEMPLATE/error_report.md @@ -1,7 +1,10 @@ --- name: Error report -title: "Error" -about: -labels: ["error-report"] -assignees: "" +about: "[DON'T CHOOSE THIS]: For auto-generated error reports" +title: Error +labels: error-report +assignees: '' + --- + + diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index b14d55a2eef9..5e81a9dbf762 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -17,4 +17,3 @@ https://github.com/ruffle-rs/ruffle/wiki/Frequently-Asked-Questions-For-Users **Describe the feature** Provide a clear and concise description of your feature request. Why would this feature be useful? Does the feature involve the desktop build, the web build, or both? - diff --git a/.github/ISSUE_TEMPLATE/other.md b/.github/ISSUE_TEMPLATE/other.md index f6ef8536fe0c..8485ed203af6 100644 --- a/.github/ISSUE_TEMPLATE/other.md +++ b/.github/ISSUE_TEMPLATE/other.md @@ -2,7 +2,7 @@ name: Other about: File an issue that does not fit elsewhere title: '' -labels: +labels: '' assignees: '' ---