Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 743 Bytes

CONTRIBUTING.md

File metadata and controls

21 lines (15 loc) · 743 Bytes

Contributing

Please feel free to report any issue, or suggestion of new features, through our issue tracker or submit a Pull Request!

Issue reporting

  • Check that the issue has not already been reported.
  • Be clear, concise and precise in your description of the problem.
  • Use the available tags to better categorize the issue.
  • If possible try to add examples and code snippets.

Pull requests

  • Fork the repo.
  • Run the tests. bundle exec rspec
  • Add a test for your change. Only small refactors and documentation changes require no new tests.
  • Use the same coding conventions as the rest of the project.
  • Push to your fork and submit a pull request.