Sha256: 8b5b4652999459983129619541cc20156d1f36df8ebed5b3388afa7968353912

Contents?: true

Size: 1.08 KB

Versions: 15

Compression:

Stored size: 1.08 KB

Contents

# Contributing
Contribute your code to ComfortableMexicanSofa in 5 easy steps:

### 1. Fork it

Fork the project. Optionally, create a branch you want to work on.

### 2. Get it running locally

- Install gem dependencies with `bundle install`
- There's nothing to configure, by default database is SQLite so it will be created for you
- Make sure that existing tests are passing by running `rake test:all`
- You should be able to start the app via `rails s` and navigate to http://localhost:3000/admin

### 3. Hack away

- Create a few small pull requests instead of a humoungous one. I can merge small stuff faster.
- When adding new code just make sure it follows the same slyle as the existing code.
- Avoid adding 3rd party dependencies if you can.
- Tests please, but nothing complicated. UnitTest / Fixtures all the way. Make sure all tests pass.

### 4. Make a pull request

If you never done it before read this: https://help.github.com/articles/using-pull-requests

### 5. Done!

If everything is good your changes will be merged into master branch. Eventually a new version of gem will be cut.

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
comfortable_mexican_sofa-1.12.11 CONTRIBUTING.md
comfortable_mexican_sofa-2.0.2 CONTRIBUTING.md
comfortable_mexican_sofa-2.0.1 CONTRIBUTING.md
comfortable_mexican_sofa-2.0.0 CONTRIBUTING.md
comfortable_mexican_sofa-1.12.10 CONTRIBUTING.md
comfortable_mexican_sofa-1.12.9 CONTRIBUTING.md
comfortable_mexican_sofa-1.12.8 CONTRIBUTING.md
comfortable_mexican_sofa-1.12.7 CONTRIBUTING.md
comfortable_mexican_sofa-1.12.6 CONTRIBUTING.md
comfortable_mexican_sofa-1.12.5 CONTRIBUTING.md
comfortable_mexican_sofa-1.12.4 CONTRIBUTING.md
comfortable_mexican_sofa-1.12.3 CONTRIBUTING.md
comfortable_mexican_sofa-1.12.2 CONTRIBUTING.md
comfortable_mexican_sofa-1.12.1 CONTRIBUTING.md
comfortable_mexican_sofa-1.12.0 CONTRIBUTING.md