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). - - -