Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 789 Bytes

File metadata and controls

30 lines (19 loc) · 789 Bytes

Contributing to Nmap for Android

Thanks for your interest in contributing!

How to contribute

  • Fork the repository
  • Create your feature branch (git checkout -b feature-name)
  • Commit your changes (git commit -m 'Add some feature')
  • Push to your branch (git push origin feature-name)
  • Open a Pull Request describing your changes

Guidelines

  • Keep code style consistent with the existing codebase
  • Document any changes clearly
  • Ensure your changes do not break the Android build or main Nmap functionality
  • Test your changes on Android device or emulator

Issues

Please open issues for bugs or feature requests.


License

By contributing, you agree that your contributions will be licensed under the Nmap Public Source License (NPSL).