theHarvester/.github/contributing.md
2019-09-07 13:31:53 +01:00

659 B

Contributing to theHarvester Project

Welcome to theHarvester project, so you would like to contribute.

The following below must be met to get accepted.

CI

Make sure all CI passes and you do not introduce any alerts from lgtm.

Unit Tests

For new modules a unit test for that module is required and we use pytest.

Coding Standards

  • No single letter variables and variable names must represent the action that it is performing
  • Have static typing on functions etc

Submitting Bugs

If you have a bug in a module that you want to submit an issue for and know how to write python code. Please create a unit test for that bug and submit a fix for it