Looking to contribute something to icare? Here's how you can help.
We only accept issues that are bug reports or feature requests. Bugs must be isolated and reproducible problems that we can fix within the icare core. Please read the following guidelines before opening any issue.
- Search for existing issues.
- Create an isolated and reproducible test case.
- Include a live example if possible.
- Share as much information as possible. Include at least Rails version and gem version. Also include steps to reproduce the bug.
master
is the latest, deployed version. Never make pull requests against this branch.develop
is the official development branch for the next release.
Take a look at git-flow, A successful Git branching model
- Try to submit pull requests against the
develop
branch for easier merging - Try not to pollute your pull request with unintended changes--keep them simple and small
- Test. Code coverage should never go below 100%. If you find a bug, write at first a failing test case and then fix it.
- Ruby: https://github.com/styleguide/ruby
- CoffeeScript: https://github.com/styleguide/javascript
- CSS: https://github.com/necolas/idiomatic-css
By contributing your code, you agree to license your contribution under the terms of the BSD 2-Clause License