If you want to help develop this project, and you don't know where to start, consider:
- checking issues with the label
good first issue
- fixing small bugs or adding small features
If you spot a typo, broken link, a mistake in the documentation, feel free to create a PR.
Check if your issue is listed on the Issues page. If the issue exists and is assigned to somebody, it will be resolved in the near future. Otherwise:
- Create a new issue.
- Read the development guide.
- Wait for our response, if the issue is not trivial.
- Cover your code with tests.
- Update the documentation if necessary.
- Test your PR locally by running
poe ci
. - Create a pull request from a fork