Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 1.15 KB

CONTRIBUTING.md

File metadata and controls

22 lines (17 loc) · 1.15 KB

How to contribute?

I found a bug! 🕵️‍♀️

  • please do not report security vulnerability bugs in issued, instead use our email address - here.
  • ensure bug was not reported before and create issue here
  • please be as descriptive as possible - add code sample or test spec so that we can reproduce your issue.

I fixed a bug

  • create pull request, put link to issue in description
  • explain problem and your solution in description

I want to add or change feature

  • please write an email to our maintainers and discuss
  • feel free to write some code and create a pull request. A good description will help us a lot in approving it!
  • remember to write tests 😄
  • write commit messages in the present tense
  • CI checks must pass. Rubocop checks ruby syntax, all specs (tests) must pass
  • this is only backend repository, please add frontend changes here or create an issue (include a link to the backend solution)

Thanks!

Inicjatywy Otwarte Team