I'd love to accept your pull request! Before I can take them, we have to jump a couple of legal hurdles.
Please see assets/cla/CLA.md
.
Please follow these steps to add CLA consent:
- Add your info to
assets/cla/consent.yaml
- Agree to CLA via comment in PR. See here how to do it.
Before sending your pull requests, make sure you followed this list.
- Open an issue to discuss your PR
- Ensure you read appropriate Contributor License Agreement (CLA)
- Run unit tests
The contribution to this project requires setting up a development environment. The following steps allow developers to test their code changes.
git clone [email protected]:greenpau/go-authcrunch.git
cd go-authcrunch/
make dep
make ctest