Docs: expand new issue section of CONTRIBUTING

This commit is contained in:
Mark Harrah 2013-07-31 08:02:10 -04:00
parent 1eaf548bcd
commit f5a6aa42b1
1 changed files with 5 additions and 2 deletions

View File

@ -10,8 +10,11 @@ If you are uncertain whether something is a bug, please ask on the mailing list
When opening a new issue,
* Please state the problem clearly and provide enough context. Code examples and build transcripts are often useful when appropriately edited.
* Include all relevant information needed to reproduce such as the version of sbt and Scala being used.
* Please state the problem clearly and provide enough context.
+ Code examples and build transcripts are often useful when appropriately edited.
+ Show error messages and stack traces if appropriate.
* Minimize the problem to reduce non-essential factors. For example, dependencies or special environments.
* Include all relevant information needed to reproduce, such as the version of sbt and Scala being used.
Finally, thank you for taking the time to report a problem.