Sha256: 124078a7dfa6f79226ae7b36ca57da60b478c430a2792f030e19204a991a7690

Contents?: true

Size: 1.26 KB

Versions: 8

Compression:

Stored size: 1.26 KB

Contents

# Contributing to RubyAudit

We welcome bug reports and pull requests from everyone!
This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.

## Getting Started

1. Fork it ( https://github.com/civisanalytics/ruby_audit/fork )
2. Install the development dependencies (`bundle install`)
3. Make sure you are able to run the test suite locally (`rake`)
4. Create a feature branch (`git checkout -b my-new-feature`)
5. Make your change. Don't forget tests
6. Make sure the test suite, including your new tests, passes (`rake`)
7. Commit your changes (`git commit -am 'Add some feature'`)
8. Push to the branch (`git push origin my-new-feature`)
9. Create a new pull request
10. If the Travis build fails, address any issues

## Tips

- All pull requests must include test coverage. If you’re not sure how to test
  your changes, feel free to ask for help.
- Contributions must conform to the
  [Ruby Style Guide](https://github.com/bbatsov/ruby-style-guide).
- Don’t forget to add your change to the [CHANGELOG](CHANGELOG.md). See
  [Keep a CHANGELOG](http://keepachangelog.com/) for guidelines.

Thank you for taking the time to contribute to RubyAudit!

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
ruby_audit-3.0.0 CONTRIBUTING.md
ruby_audit-2.3.0 CONTRIBUTING.md
ruby_audit-2.2.0 CONTRIBUTING.md
ruby_audit-2.1.0 CONTRIBUTING.md
ruby_audit-2.0.0 CONTRIBUTING.md
ruby_audit-1.3.0 CONTRIBUTING.md
ruby_audit-1.2.0 CONTRIBUTING.md
ruby_audit-1.1.0 CONTRIBUTING.md