From c2d43b9fdf17be6d728662e034d8a941d0532e39 Mon Sep 17 00:00:00 2001 From: Anatolii Kmetiuk Date: Tue, 25 Jan 2022 14:34:00 +0100 Subject: [PATCH] Update issue templates Update issue templates to automatically classify new issues as needing triage. --- .github/ISSUE_TEMPLATE/bug.md | 2 +- .github/ISSUE_TEMPLATE/crash.md | 2 +- .github/ISSUE_TEMPLATE/other-issue.md | 5 +++-- .github/ISSUE_TEMPLATE/syntax-highlight.md | 4 ++-- 4 files changed, 7 insertions(+), 6 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug.md b/.github/ISSUE_TEMPLATE/bug.md index e7c8bcc40527..6e53805900c4 100644 --- a/.github/ISSUE_TEMPLATE/bug.md +++ b/.github/ISSUE_TEMPLATE/bug.md @@ -2,7 +2,7 @@ name: "\U0001F41B Bug report" about: Report a bug about the Dotty Compiler title: '' -labels: itype:bug +labels: itype:bug, stat:needs triage assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/crash.md b/.github/ISSUE_TEMPLATE/crash.md index 390a57273260..5a4cfe3f5e15 100644 --- a/.github/ISSUE_TEMPLATE/crash.md +++ b/.github/ISSUE_TEMPLATE/crash.md @@ -2,7 +2,7 @@ name: "\U0001F4A5 Crash report" about: Report a Dotty compiler crash title: '' -labels: itype:bug, itype:crash +labels: itype:bug, itype:crash, stat:needs triage assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/other-issue.md b/.github/ISSUE_TEMPLATE/other-issue.md index cfa8618c542a..07a9fe77846a 100644 --- a/.github/ISSUE_TEMPLATE/other-issue.md +++ b/.github/ISSUE_TEMPLATE/other-issue.md @@ -1,9 +1,10 @@ --- -name: "Other issue" +name: Other issue about: Report an issue about the Dotty Compiler (not bug or crash) title: '' -labels: +labels: stat:needs triage assignees: '' + --- ## Compiler version diff --git a/.github/ISSUE_TEMPLATE/syntax-highlight.md b/.github/ISSUE_TEMPLATE/syntax-highlight.md index 722c8ed5fa73..ffb8fbd32c46 100644 --- a/.github/ISSUE_TEMPLATE/syntax-highlight.md +++ b/.github/ISSUE_TEMPLATE/syntax-highlight.md @@ -1,6 +1,6 @@ --- name: Syntax highlighting -about: '' +about: Please create a syntax highlighting issue in a respective repo title: '' labels: '' assignees: '' @@ -10,4 +10,4 @@ assignees: '' Please create a syntax highlighting issue here * VS Code / GitHub: https://github.com/scala/vscode-scala-syntax/issues * IntelliJ: https://youtrack.jetbrains.com/issues/SCL?q=tag:%20%7BScala%203%7D%20tag:%20%7BSyntax%20Highlighting%7D -* highlight.js: https://github.com/highlightjs/highlight.js/issues \ No newline at end of file +* highlight.js: https://github.com/highlightjs/highlight.js/issues