github.com/timandy/routine@v1.1.4-0.20240507073150-e4a3e1fe2ba5/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.