...
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 `master`
10 - Your pull request should have no more than two commits, if not you should squash them.
11 - It should pass all tests in the available continuous integration systems such as GitHub Actions.
12 - You should add/modify tests to cover your proposed code changes.
13 - If your pull request contains a new feature, please document it on the README.
View as plain text