Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 1.06 KB

File metadata and controls

40 lines (27 loc) · 1.06 KB

Contributing Guidelines

AI Generated Content

AI generated content is NOT ALLOWED, unless it was rewritten by a human who checked every line!

Contributor License Agreements

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:

  1. Add your info to assets/cla/consent.yaml
  2. Agree to CLA via comment in PR. See here how to do it.

Pull Request Checklist

Before sending your pull requests, make sure you followed this list.

  1. Open an issue to discuss your PR
  2. Ensure you read appropriate Contributor License Agreement (CLA)
  3. Run unit tests

Development Environment

The contribution to this project requires setting up a development environment. The following steps allow developers to test their code changes.

git clone git@github.com:greenpau/go-authcrunch.git
cd go-authcrunch/
make dep
make ctest