Sha256: 3f3f6d3772d062236b8e283c622c5652fa365c36cc73e8c5342789818c8d50db
Contents?: true
Size: 1.77 KB
Versions: 5
Compression:
Stored size: 1.77 KB
Contents
We love pull requests from everyone. By participating in this project, you agree to abide by the thoughtbot [code of conduct]. Here’s a quick guide: [code of conduct]: https://thoughtbot.com/open-source-code-of-conduct 1. Fork the repository. 2. Make your changes in a topic branch. 3. Run `rake` to see if you changes are breaking any existing functionality. 3. Squash your commits into a single one (more on that [here](http://gitready.com/advanced/2009/02/10/squashing-commits-with-rebase.html)). 4. Rebase against `origin/master`, push to your fork and submit a pull request. At this point you're waiting on us. We like to at least comment on, if not accept, pull requests within three business days (and, typically, one business day). We may suggest some changes or improvements or alternatives. Some things that will increase the chance that your pull request is accepted: * Fix a bug, refactor code or expand an existing feature. * Write [RSpec](https://www.relishapp.com/rspec) tests for your new features. * Use the right syntax and naming conventions. * Update parts of the documentation that are affected by your contribution. **Git Commit Messages** * Capitalize your commit messages. * Start your message with a verb. * Use present tense. * Refer to the issue/PR number in your squashed commit message. **SCSS Style Guide** * Two spaces, no tabs. * Dashes instead of underscores or camel case: `span-columns` **not** `span_columns` or `spanColumns` * Names should be descriptive and written in full-words: `$visual-grid-color` **not** `$color` or `$vslgrd-clr` * Space between property and value: `width: 20px` **not** `width:20px` * Declarations within a block should be ordered alphabetically. * Blank lines between rules. * No trailing whitespace. Blank lines should not have any space.
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
neat-1.9.1 | CONTRIBUTING.md |
neat-1.9.0 | CONTRIBUTING.md |
neat-1.8.0 | CONTRIBUTING.md |
neat-1.7.4 | CONTRIBUTING.md |
neat-1.7.3 | CONTRIBUTING.md |