From 8fd9dd8725e81c8fc919d945e6490993fa2d629a Mon Sep 17 00:00:00 2001 From: "Paolo G. Giarrusso" Date: Tue, 10 Dec 2019 18:33:34 +0100 Subject: [PATCH] Issue templates: Crash reports: Add `itype:crash` label --- .github/ISSUE_TEMPLATE/bug.md | 2 -- .github/ISSUE_TEMPLATE/crash.md | 2 +- .github/ISSUE_TEMPLATE/feature.md | 5 +---- .github/ISSUE_TEMPLATE/syntax-highlight.md | 7 ++----- 4 files changed, 4 insertions(+), 12 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug.md b/.github/ISSUE_TEMPLATE/bug.md index 9bd4dd954029..9ea4e7a4e39a 100644 --- a/.github/ISSUE_TEMPLATE/bug.md +++ b/.github/ISSUE_TEMPLATE/bug.md @@ -15,5 +15,3 @@ println("hello, world") ## expectation - - diff --git a/.github/ISSUE_TEMPLATE/crash.md b/.github/ISSUE_TEMPLATE/crash.md index 14d3cfc27636..908bba095844 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 compiler crash title: '' -labels: itype:bug +labels: itype:bug, itype:crash assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/feature.md b/.github/ISSUE_TEMPLATE/feature.md index 13919fafdc79..d622f4439f9d 100644 --- a/.github/ISSUE_TEMPLATE/feature.md +++ b/.github/ISSUE_TEMPLATE/feature.md @@ -2,12 +2,9 @@ name: "\U0001F389 Suggest a feature" about: Please create a feature request here https://github.com/lampepfl/dotty-feature-requests title: '' -labels: +labels: '' assignees: '' --- Please create a feature request here: [lampepfl/dotty-feature-requests](https://github.com/lampepfl/dotty-feature-requests). - - - diff --git a/.github/ISSUE_TEMPLATE/syntax-highlight.md b/.github/ISSUE_TEMPLATE/syntax-highlight.md index 34ab51ab775d..17b720d4d2aa 100644 --- a/.github/ISSUE_TEMPLATE/syntax-highlight.md +++ b/.github/ISSUE_TEMPLATE/syntax-highlight.md @@ -1,13 +1,10 @@ --- -name: "Syntax highlighting" +name: Syntax highlighting about: Please create a syntax highlighting issue here https://github.com/scala/vscode-scala-syntax/issues title: '' -labels: +labels: '' assignees: '' --- Please create a syntax highlighting issue here: [scala/vscode-scala-syntax](https://github.com/scala/vscode-scala-syntax/issues). - - -