Skip to content

Commit bf78ea9

Browse files
Merge pull request #14345 from lampepfl/update-issue-templates
Update issue templates
2 parents 2085fe3 + c2d43b9 commit bf78ea9

File tree

4 files changed

+7
-6
lines changed

4 files changed

+7
-6
lines changed

.github/ISSUE_TEMPLATE/bug.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name: "\U0001F41B Bug report"
33
about: Report a bug about the Dotty Compiler
44
title: ''
5-
labels: itype:bug
5+
labels: itype:bug, stat:needs triage
66
assignees: ''
77

88
---

.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 crash
44
title: ''
5-
labels: itype:bug, itype:crash
5+
labels: itype:bug, itype:crash, stat:needs triage
66
assignees: ''
77

88
---

.github/ISSUE_TEMPLATE/other-issue.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
---
2-
name: "Other issue"
2+
name: Other issue
33
about: Report an issue about the Dotty Compiler (not bug or crash)
44
title: ''
5-
labels:
5+
labels: stat:needs triage
66
assignees: ''
7+
78
---
89

910
## Compiler version
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: Syntax highlighting
3-
about: ''
3+
about: Please create a syntax highlighting issue in a respective repo
44
title: ''
55
labels: ''
66
assignees: ''
@@ -10,4 +10,4 @@ assignees: ''
1010
Please create a syntax highlighting issue here
1111
* VS Code / GitHub: https://github.com/scala/vscode-scala-syntax/issues
1212
* IntelliJ: https://youtrack.jetbrains.com/issues/SCL?q=tag:%20%7BScala%203%7D%20tag:%20%7BSyntax%20Highlighting%7D
13-
* highlight.js: https://github.com/highlightjs/highlight.js/issues
13+
* highlight.js: https://github.com/highlightjs/highlight.js/issues

0 commit comments

Comments
 (0)