Skip to content
This repository has been archived by the owner on Sep 12, 2023. It is now read-only.

Latest commit

 

History

History
36 lines (26 loc) · 1.45 KB

CONTRIBUTING.md

File metadata and controls

36 lines (26 loc) · 1.45 KB

Contributing to ZMap

ZMap accepts contributions in the form of issues and pull requests. In either case, before posting please search to see if your change or bug report has been addressed previously.

INSTALL provides guidance on building ZMap from source.

Developing

Reviewing

  • All commits must be reviewed in the form of a pull request by a ZMap maintainer. This usually means @zakird or @dadrian (or both).

  • All pull-requests should be squash-merged into master.

  • When squash-merging, put the PR number in the commit title. GitHub does this automatically in the web interface. Condense the commit messages down to a single message; often this can just be the commit message from the first commit in a PR. Follow the commit formatting guidelines here.