Sha256: 09f325fca55161f7b3a6ce08f7d6ca0518cc3e8d7e9ac6c75ae68e6a89615bb7

Contents?: true

Size: 1.24 KB

Versions: 11

Compression:

Stored size: 1.24 KB

Contents

# Contributing

### 1. Check if issue or feature is available to work on

Make sure no one else is working on the same issue or feature. Search the issues
and pull requests for anything that looks like the issue or feature you want to
address. If no one else is working on your issue or feature, carry on with the
following steps.

### 2. Fork the repo

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

### 3. Get it running locally

- Install the required dependencies with `bundle install`
- Run tests via: `bundle exec rake`

### 4. Hack away

- Try to keep your changes small. Consider making several smaller pull requests.
- Don't forget to add necessary tests.
- Update the README if necessary.

You may find using demo application useful for development and debugging.

- `cd demo`
- `rake db:schema:load`
- `rails s`
- Navigate to http://localhost:3000

### 5. Make a Pull Request

- If you never done it before read this: https://help.github.com/articles/about-pull-requests/
- When PR is submitted check if TravisCI ran all tests successfully didn't raise any issues

### 6. Done!

Somebody will shortly review your pull request and if everything is good will be
merged into master brach. Eventually gem will be published with your changes.

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
comfy_bootstrap_form-4.0.9 CONTRIBUTING.md
comfy_bootstrap_form-4.0.8 CONTRIBUTING.md
comfy_bootstrap_form-4.0.7 CONTRIBUTING.md
comfy_bootstrap_form-4.0.6 CONTRIBUTING.md
comfy_bootstrap_form-4.0.5 CONTRIBUTING.md
comfy_bootstrap_form-4.0.4 CONTRIBUTING.md
comfy_bootstrap_form-4.0.3 CONTRIBUTING.md
comfy_bootstrap_form-4.0.2 CONTRIBUTING.md
comfy_bootstrap_form-4.0.1 CONTRIBUTING.md
comfy_bootstrap_form-4.0.0 CONTRIBUTING.md
comfy_bootstrap_form-4.0.0.beta2 CONTRIBUTING.md