Skip to content

Collaboration guidelines

Mircea Teodor Oprea edited this page Oct 14, 2020 · 2 revisions

If you want to work on the project, follow these steps:

1. Find an issue you would like to work on

If you want to work on something that is not already listed as an issue, create an issue first.

2. Wait for the issue to get assigned to you

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.

3. Fork the repository

Follow this guide on how to fork a repository and make a pull request. Refer back to it whenever necessary :)

4. Create a pull request

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.

5. Wait for the PR to get approved

Changes might be required before your PR gets merged. Discuss them with the reviewer and then implement them accordingly.