github.com/xg0n/routine@v0.0.0-20240119033701-c364deb94aee/CONTRIBUTING.md (about) 1 # Contributing 2 3 - With issues: 4 - Use the search tool before opening a new issue. 5 - Please provide source code and commit sha if you found a bug. 6 - Review existing issues and provide feedback or react to them. 7 8 - With pull requests: 9 - Open your pull request against `main` branch. 10 - It should pass all tests in the available continuous integration systems such as GitHub Actions. 11 - You should add/modify tests to cover your proposed code changes. 12 - If your pull request contains a new feature, please document it on the README.md and README_zh.md.