Skip to content

Latest commit

 

History

History
40 lines (29 loc) · 1.4 KB

CONTRIBUTING.md

File metadata and controls

40 lines (29 loc) · 1.4 KB

Contributing to AndroidLibSocksLite

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.

Getting Started

  1. Fork the repository to your own GitHub account.
  2. Clone your fork:
    git clone https://github.com/your-username/AndroidLibSocksLite.git
    cd AndroidLibSocksLite
  3. Create a branch for your changes:
    git checkout -b feature-or-bugfix-name
  4. Make your changes to the codebase.

Code Guidelines

  • Follow Go conventions and maintain readability in code.
  • Write clear commit messages that explain your changes.
  • Include comments where necessary to clarify complex code.

Pull Requests

  1. Ensure your code builds without errors.
  2. Write tests for any new features or fixes where applicable.
  3. Commit your changes and push them to your forked repository.
  4. Open a pull request to the main repository with a description of your changes.

Reporting Issues

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!