-
Francis Luong (Franco) authoredFrancis Luong (Franco) authored
After you've reviewed these contribution guidelines, you'll be all set to
contribute to this project.
CONTRIBUTING.md 1.26 KiB
Contributing to the IPAddress Gem
This gem is run by people who have jobs. So please understand if we can't always prioritize PRs and issues.
You can help by making your code submissions. We can't promise a specific turnaround time, or that your code will be incorporated but all submissions are appreciated.
Steps to Submit a Pull Request
- Fork the project on GitHub.
- Make your feature addition or bug fix in a feature branch. (Include a description of your changes in the PR)
- Push your feature branch to GitHub.
- Send a Pull Request
Style Guide
We will require that you adhere to the ruby-style-guide for your code submissions.
Test Coverage
All submissions of code must include test coverage which describes intent and expected behavior. The test suite used by this gem is Minitest
Unit tests are expected to execute quickly. We will ask you to revise any long-running tests.
We intend to add Travis CI for automatic execution of branch tests.