Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 1.01 KB

File metadata and controls

27 lines (20 loc) · 1.01 KB

Contributing to Patch-Gap Auditor

First off, thank you for considering contributing to this tool!

How Can I Contribute?

Reporting Bugs

  • Check the GitHub Issues tab to see if the bug has already been reported.
  • If not, open a new issue. Include a clear title, a description of the problem, and steps to reproduce the error.

Suggesting Enhancements

  • Open an issue with the tag 'enhancement'.
  • Describe the feature you would like to see and why it would be useful for network scanning.

Pull Requests

  1. Fork the repository.
  2. Create a new branch (git checkout -b feature/AmazingFeature).
  3. Commit your changes (git commit -m 'Add some AmazingFeature').
  4. Push to the branch (git push origin feature/AmazingFeature).
  5. Open a Pull Request.

Coding Standards

  • Use Loguru for all logging.
  • Keep inline comments concise please

Security First

If you find a security vulnerability within the scanner itself, please do not open a public issue. Instead, contact the maintainer first directly.