-
Notifications
You must be signed in to change notification settings - Fork 9
Collaboration guidelines
If you want to work on the project, follow these steps:
If you want to work on something that is not already listed as an issue, create an issue first.
If you've created your own issue, wait for it to get approved. If you want to work on an existing issue, comment on it that you are interested in working on it. Wait for the issue to get assigned to you, and only then start working.
Always make sure to work on the latest version of the main
branch. From there, create your own branch and put all your work there.
Create a new pull request from your branch towards main
. Link the issue you worked on in the PR description, so it's easy for reviewers to see the requirements.
Changes might be required before your PR gets merged. Discuss them with the reviewer and then implement them accordingly.