Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 726 Bytes

CONTRIBUTING.md

File metadata and controls

21 lines (15 loc) · 726 Bytes

Thanks for taking an interest in contributing to Statesman, here are a few ways you can help make this project better!

Contributing

  • Generally we welcome new features but please first open an issue where we can discuss whether it fits with our vision for the project.
  • Any new feature or bug fix needs an accompanying test case.
  • No need to add to the changelog, we will take care of updating it as we make releases.

Style

We use Rubocop to help maintain a consistent code style across the project. Please check that your pull request passes by running rubocop.

Documentation

Please add a section to the readme for any new feature additions or behaviour changes.