I appreciate your consideration to contribute to this project! This document is a guide to help make your contribution easier and more effective. Thank you :)
- Docker or go1.21.8
- You can use devcontainer
- Test
./run_test.sh
If you find a bug or have a feature request, please open an issue on GitHub.
- Check the Issue Tracker for existing issues.
- When requesting a new issue or feature, please use the templates and provide as much detail as possible.
- Check the Issue Tracker, make sure if there is anything relevant to the problem you are trying to solve. Or create New Issue.
- Fork repo
- Create a new branch.
git checkout -b your-account/feature
- Make changes to the code and run tests to make sure everything is working properly.
- Write a clear commit message.
- Pull request