Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 304 Bytes

CONTRIBUTING.md

File metadata and controls

13 lines (7 loc) · 304 Bytes

Contributing

We love contributions from everyone!

Fork, then clone the repo:

git clone [email protected]:your-username/nucleus.git

Make your change. Add tests for your change. Make sure the tests and code style validations pass:

bundle exec rake

Push to your fork and submit a pull request.