If you found a bug or would like a missing feature to be implemented, create an issue. In order for your issue to be efficiently treated, please include the appropriate labels.
If you only want to ask a question, go to the issue panel and click on the "Ask a question" template. Provide as much information as possible.
Code contribution follow a rigid but standard process:
- Check if there is an issue describing the problem you want to solve or the feature you want to implement in the issues panel.
- If there is no issue, create an issue describing what you want to do.
- Ask for someone to assign yourself on the issue by commenting on the issue page.
- Fork the repository and create a new branch.
- Write down the code and submit a pull request when you think you fixed the issue. If the changes start accumulating and the to-be-opened PR is large, open a draft PR to let other people look at your code, even if it still needs to be fully finished.
- Wait for reviews and iterate with reviewers until the PR is satisfactory.
- Merge the PR and delete the branch; well done!
Please do not forget to open an issue and assign yourself before writing code, as this helps avoiding people working on the same feature/bug in parallel without knowing about each other.