Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 666 Bytes

CONTRIBUTING.md

File metadata and controls

23 lines (14 loc) · 666 Bytes

Contributing to poolerchan

Thank you for your interest in contributing to our project!

How to Contribute

  1. Fork the repository.
  2. Create a new branch: git checkout -b feature/your-feature.
  3. Make your changes and commit them: git commit -m 'Add some feature'.
  4. Push to the branch: git push origin feature/your-feature.
  5. Submit a pull request.

Code Style

Run make format to format the go files.

Report Issues

If you encounter any issues or have suggestions, please open an issue using the appropriate template.

License

By contributing, you agree that your contributions will be licensed under the project's LICENSE.