How to contribute
June 30, 2018 ยท View on GitHub
Thank you for your interest in contributing to aws_public_ips!
Code of conduct
Please adhere to the code of conduct.
Bugs
Known issues: Before reporting new bugs, search if your issue already exists in the open issues.
Reporting new issues: Provide a reduced test case with clear reproduction steps.
Security issues: If you believe you've found a security issue please disclose it privately first, either through my vulnerability disclosure program on Hackerone or by direct messaging me on twitter.
Proposing a change
If you plan on making large changes, please file an issue before submitting a pull request so we can reach agreement on your proposal.
Sending a pull request
- Fork this repository
- Check out a feature branch:
git checkout -b your-feature-branch - Make changes on your branch
- Add/update tests - this project maintains 100% code coverage
- Make sure all status checks pass locally:
bundle exec bundler-auditbundle exec rubocopbundle exec rspec
- Submit a pull request with a description of your changes