Skip to content

Commit

Permalink
Issue templates: Crash reports: Add itype:crash label
Browse files Browse the repository at this point in the history
  • Loading branch information
Blaisorblade authored Dec 10, 2019
1 parent d0a0b83 commit 8fd9dd8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 12 deletions.
2 changes: 0 additions & 2 deletions .github/ISSUE_TEMPLATE/bug.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,3 @@ println("hello, world")


## expectation


2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/crash.md
Original file line number Diff line number Diff line change
Expand Up @@ -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: ''

---
Expand Down
5 changes: 1 addition & 4 deletions .github/ISSUE_TEMPLATE/feature.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).



7 changes: 2 additions & 5 deletions .github/ISSUE_TEMPLATE/syntax-highlight.md
Original file line number Diff line number Diff line change
@@ -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).



0 comments on commit 8fd9dd8

Please sign in to comment.