Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 1.08 KB

CONTRIBUTING.md

File metadata and controls

21 lines (14 loc) · 1.08 KB

Contributing

To help improve this track you can:

  1. check opened issues and help in fixing them: https://github.com/exercism/groovy/issues
  2. add a new exercise to the track (see the information below)

Working on exercises

We welcome both improvements to the existing exercises and additions of new ones. A list of missing exercises can be found here: http://exercism.io/languages/groovy/todo

This guide might be helpful before you start implementing the exercise: Porting an Exercise to Another Language Track

Code Style

It's expected that your code follows the official Style guide: http://groovy-lang.org/style-guide.html

Testing

Instead of using JUnit we prefer Spock for consistency because it's an awesome framework!

Pull Requests

It would be awesome if you follow this simple guidelines while creating your PR, but it isn't required.