I'd love to accept your pull request! Before I can take them, we have to jump a couple of legal hurdles.
NOTE: Only original source code from you and other people that have signed the CLA can be accepted into the main repository.
Please fill out either the individual or corporate Contributor License Agreement (CLA).
- If you are an individual writing original source code and you're sure you own the intellectual property, then you'll need to sign an individual CLA.
- If you work for a company that wants to allow you to contribute your work, then you'll need to sign a corporate CLA.
Follow either of the two links above to access the appropriate CLA. Next, accept the CLA in the following way.
For Individual CLA:
- Review the Individual CLA provided in
assets/cla/individual_cla.md
- Consent to the CLA by adding your name and email address to
the
assets/cla/consent.yaml
file.
For Corporate CLA:
- Review the Corporate CLA provided in
assets/cla/corporate_cla.md
- Consent to the CLA by adding your name and email address, and business
name to the
assets/cla/consent.yaml
file.
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