Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 1.18 KB

File metadata and controls

28 lines (21 loc) · 1.18 KB

Contributing to NetSentry-Framework

First off, thank you for considering contributing to Net-Sentry! It's people like you who make it a powerful tool for the security community.

How Can I Contribute?

Reporting Bugs

  • Check the Issues tab to see if the bug has already been reported.
  • If not, open a new issue. Clearly describe the bug, your environment (OS, Python version), and steps to reproduce it.

Suggesting Enhancements

  • Open an issue with the tag enhancement.
  • Explain why this feature would be useful and how it should work.

Pull Requests (Code Contributions)

  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.

Development Setup

  • Ensure you have Python 3.10+ and Nmap installed.
  • Follow the installation steps in the main README.
  • We follow PEP 8 coding standards for Python. Please ensure your code is clean and commented.

License

By contributing, you agree that your contributions will be licensed under its MIT License.