Skip to content

Latest commit

History

History
19 lines (12 loc) 路 517 Bytes

CONTRIBUTING.md

File metadata and controls

19 lines (12 loc) 路 517 Bytes

Contributing Guidelines

The gitleaks project is under GNU General Public License v3.0 and accepts contributions via GitHub pull requests.

How to Contribute

Open a PR. Give the PR a descriptive title. Add some comments describing what is the purpose of the PR.

BUT before you do that!

Make sure you pass this list of requirements.

  • You've run go fmt.
  • You've run golint.
  • You've added test cases for your changes.
  • You've updated the changelog.
  • Your tests pass.