We love and appreciate any and all contributions to help us keep YEGRB.com useful and up-to-date! Whether it's to report a bug, directly address an open issue, or submit a completely new fix or improvement you identified on your own, we'd be happy to help you help us.
- Fork the repo and create your branch from
master
. - If you've added code that should be tested, add tests.
- Ensure the test suite passes. (
$ rails test
) - Ensure your code follows our enforced style. (
$ rubocop
) - Issue that pull request!
In short, when you submit code changes, your submissions are understood to be under the same MIT License that covers the project. Feel free to contact the maintainers if that's a concern.
We use GitHub issues to track public bugs. Report a bug by opening a new issue; it's that easy!
Great Bug Reports tend to have:
- A quick summary and/or background
- Steps to reproduce
- Be specific!
- Give sample code if you can.
- What you expected would happen
- What actually happens
- Notes (possibly including why you think this might be happening, or stuff you tried that didn't work)
By contributing, you agree that your contributions will be licensed under its MIT License.