Skip to content

Commit

Permalink
Update ISSUE_TEMPLATE.md
Browse files Browse the repository at this point in the history
  • Loading branch information
barkhorn authored Feb 20, 2017
1 parent 0ab0114 commit 2dc58d3
Showing 1 changed file with 7 additions and 16 deletions.
23 changes: 7 additions & 16 deletions .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,13 @@
### Are you looking for help?
*If you want to discuss a new feature, please ignore/clear this form.*

This is an issue tracker, used to manage and track the development of ScalaMock.
It is not a support system and so it is not a place to ask questions or get help.
If you're not sure if you have found a bug, the best place to start is [Stack Overflow](http://stackoverflow.com/questions/ask?tags=scalamock) or [Gitter](https://gitter.im/scala/scala)
If you have a feature request, you can raise them here too.
### ScalaMock Version (e.g. 3.5.0)

### ScalaMock Version (e.g. 3.x.x)

### Scala Version (e.g. 2.12)

### Scala Version
* [ ] 2.10
* [ ] 2.11
* [ ] 2.12

### Runtime
* [ ] Scala.JS
* [ ] JVM
### Runtime (JVM or JS)


### Please describe the expected behavior of the issue

Expand All @@ -25,9 +17,8 @@ If you have a feature request, you can raise them here too.

### Reproducible Test Case

If you can - please provide a minimised code snippet that fails, or even better, written as a failing test case in ScalaTest.
Please provide a minimised code snippet that fails, ideally, written as a failing test case in ScalaTest.
This will help us a lot in diagnosing the problem and work on a fix.

If the issue is more complex or requires configuration, please provide a link to a project on Github that reproduces the issue.

```scala
Expand All @@ -36,4 +27,4 @@ test("my failing test") {

// code that fails
}
```
```

0 comments on commit 2dc58d3

Please sign in to comment.