Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 736 Bytes

File metadata and controls

24 lines (17 loc) · 736 Bytes

Contributing to g2ray

Contributions are welcome! Here's how you can help:

How to Contribute

  1. Fork the repository
  2. Create a new branch for your changes (git checkout -b feature/my-feature)
  3. Make your changes and commit them with clear messages
  4. Push your branch to your fork
  5. Open a Pull Request against the main branch

Pull Request Guidelines

  • Provide a clear description of what your PR does
  • Keep changes focused — one feature/fix per PR
  • Make sure your changes don't break existing functionality
  • Update documentation if needed

Code of Conduct

  • Be respectful and constructive
  • Focus on what is best for the community
  • Report issues and bugs — they're contributions too!