Sha256: fc9fb7fdc3d0e0d16e9760e99bd8dba585f25f963b3114049e7735158bfb5158
Contents?: true
Size: 1.42 KB
Versions: 2
Compression:
Stored size: 1.42 KB
Contents
# Contributing to Bootstrap Looking to contribute something to Twbs Sass Rails? **Here's how you can help.** ## Reporting issues We only accept issues that are bug reports or feature requests. Bugs must be isolated and reproducible problems that we can fix within the Twbs Sass Rails core. Please read the following guidelines before opening any issue. 1. **Search for existing issues.** 2. **Create an isolated and reproducible test case.** 3. **Include a live example if possible.** 4. **Share as much information as possible.** Include at least Rails version and gem version. Also include steps to reproduce the bug. ## Key branches - `master` is the latest, deployed version. **Never pull against this branch.** - `develop` is the official development branch for the next release. Take a look at [git-flow, A successful Git branching model](http://nvie.com/posts/a-successful-git-branching-model/) ## Pull requests - 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. ## Coding standards ### Ruby - [Ruby Styleguide](https://github.com/styleguide/ruby) ## License By contributing your code, you agree to license your contribution under the terms of the [BSD 2-Clause License](LICENSE)
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
twbs_sass_rails-0.2.0 | CONTRIBUTING.md |
twbs_sass_rails-0.1.0 | CONTRIBUTING.md |