Skip to content

Commit 8fd9dd8

Browse files
authored
Issue templates: Crash reports: Add itype:crash label
1 parent d0a0b83 commit 8fd9dd8

File tree

4 files changed

+4
-12
lines changed

4 files changed

+4
-12
lines changed

.github/ISSUE_TEMPLATE/bug.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,3 @@ println("hello, world")
1515

1616

1717
## expectation
18-
19-

.github/ISSUE_TEMPLATE/crash.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name: "\U0001F4A5 Crash report"
33
about: Report a Dotty Compiler compiler crash
44
title: ''
5-
labels: itype:bug
5+
labels: itype:bug, itype:crash
66
assignees: ''
77

88
---

.github/ISSUE_TEMPLATE/feature.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,9 @@
22
name: "\U0001F389 Suggest a feature"
33
about: Please create a feature request here https://github.com/lampepfl/dotty-feature-requests
44
title: ''
5-
labels:
5+
labels: ''
66
assignees: ''
77

88
---
99

1010
Please create a feature request here: [lampepfl/dotty-feature-requests](https://github.com/lampepfl/dotty-feature-requests).
11-
12-
13-
Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,10 @@
11
---
2-
name: "Syntax highlighting"
2+
name: Syntax highlighting
33
about: Please create a syntax highlighting issue here https://github.com/scala/vscode-scala-syntax/issues
44
title: ''
5-
labels:
5+
labels: ''
66
assignees: ''
77

88
---
99

1010
Please create a syntax highlighting issue here: [scala/vscode-scala-syntax](https://github.com/scala/vscode-scala-syntax/issues).
11-
12-
13-

0 commit comments

Comments
 (0)