Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 1.37 KB

File metadata and controls

36 lines (22 loc) · 1.37 KB

Contributing to NetTools

Thank you for your interest in contributing to NetTools! 🎉

We welcome contributions of all kinds, including bug reports, feature requests, documentation improvements, and code changes.

How to Contribute

  1. Fork the repository and create your branch from main.
  2. Open an issue to discuss your idea or bug before starting work.
  3. Write clear, concise commit messages and follow the code style guidelines.
  4. Test your changes before submitting a pull request.
  5. Submit a pull request with a clear description of your changes.

Code Style

  • Follow the project's .github/instructions/code style.instructions.md for C# code style and formatting.
  • Use English for all code, comments, and documentation.
  • Write XML documentation for all public classes and methods.

Reporting Issues

  • Use GitHub Issues to report bugs or suggest features.
  • Provide as much detail as possible, including steps to reproduce, expected behavior, and screenshots if relevant.

Code of Conduct

Be respectful and inclusive. We follow the Contributor Covenant for all interactions.

License

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


Thank you for helping make NetTools better!