Sha256: 24cf726526be29b163c86e02db3a5d2ac322ae780aafae130ec3d3f0168b29c9

Contents?: true

Size: 1.76 KB

Versions: 17

Compression:

Stored size: 1.76 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. 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.
5. If you are writing a new feature please add documentation for it by making another pull request to the `gh-pages` branch.

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.
* 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: `linear-gradient` **not** `linear_gradient` or `linearGradient`
* Names should be descriptive and written in full-words: `$all-text-inputs-hover` **not** `$hover` or `$alltxthvr`
* 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

17 entries across 17 versions & 3 rubygems

Version Path
cortex-0.1.3 spec/dummy/node_modules/bourbon/CONTRIBUTING.md
bourbon-4.3.4 CONTRIBUTING.md
bourbon-4.3.3 CONTRIBUTING.md
bourbon-4.3.2 CONTRIBUTING.md
bourbon-4.3.1 CONTRIBUTING.md
bourbon-4.3.0 CONTRIBUTING.md
bourbon-4.2.7 CONTRIBUTING.md
bourbon-5.0.0.beta.3 CONTRIBUTING.md
bourbon-5.0.0.beta.2 CONTRIBUTING.md
bourbon-5.0.0.beta.1 CONTRIBUTING.md
bourbon-4.2.6 CONTRIBUTING.md
bourbon-4.2.5 CONTRIBUTING.md
bourbon-5.0.0.alpha.0 CONTRIBUTING.md
bourbon-4.2.4 CONTRIBUTING.md
solidus_backend-1.0.0.pre3 vendor/bundle/gems/bourbon-4.2.3/CONTRIBUTING.md
solidus_backend-1.0.0.pre2 vendor/bundle/gems/bourbon-4.2.3/CONTRIBUTING.md
bourbon-4.2.3 CONTRIBUTING.md