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.
- 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.
- Open an issue with the tag
enhancement. - Explain why this feature would be useful and how it should work.
- Fork the repository.
- Create a new branch (
git checkout -b feature/AmazingFeature). - Commit your changes (
git commit -m 'Add some AmazingFeature'). - Push to the branch (
git push origin feature/AmazingFeature). - Open a Pull Request.
- 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.
By contributing, you agree that your contributions will be licensed under its MIT License.