Skip to content

Commit

Permalink
Merge pull request #6604 from dotty-staging/issue-template
Browse files Browse the repository at this point in the history
Add issue template
  • Loading branch information
nicolasstucki authored Jun 15, 2019
2 parents 3819f40 + 1d16677 commit eb27b4a
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 0 deletions.
19 changes: 19 additions & 0 deletions docs/ISSUE_TEMPLATE/bug.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
name: "\U0001F41B Bug report"
about: Report a bug about the Dotty Compiler
title: ''
labels: itype:bug
assignees: ''

---

## minimized code

```Scala
println("hello, world")
```


## expectation


13 changes: 13 additions & 0 deletions docs/ISSUE_TEMPLATE/feature.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
name: "\U0001F389 Suggest a feature"
about: Please create a feature request here https://github.com/lampepfl/dotty-feature-requests
title: ''
labels:
assignees: ''

---

Please create a feature request here: [lampepfl/dotty-feature-requests](https://github.com/lampepfl/dotty-feature-requests).



0 comments on commit eb27b4a

Please sign in to comment.