Thank you for your interest in contributing to AndroidLibSocksLite! Contributions are welcome and greatly appreciated. By contributing, you help make this library better and more robust for everyone.
- Fork the repository to your own GitHub account.
- Clone your fork:
git clone https://github.com/your-username/AndroidLibSocksLite.git cd AndroidLibSocksLite
- Create a branch for your changes:
git checkout -b feature-or-bugfix-name
- Make your changes to the codebase.
- Follow Go conventions and maintain readability in code.
- Write clear commit messages that explain your changes.
- Include comments where necessary to clarify complex code.
- Ensure your code builds without errors.
- Write tests for any new features or fixes where applicable.
- Commit your changes and push them to your forked repository.
- Open a pull request to the main repository with a description of your changes.
If you find a bug or have a feature request, please create an issue with the following information:
- Description of the issue or feature.
- Steps to reproduce (if applicable).
- Expected behavior and actual behavior (if applicable).
Thank you for helping make AndroidLibSocksLite a better project!