Here are simple guidelines that we expect to be followed by contributors:
- Preferably, open an issue before submitting a contribution, unless there's an existing issue you are solving.
- Restrain yourself from rants and complaints when you contribute in issues and PR discussions. Respect the people who maintain this project.
- Avoid large PRs addressing multiple issues at once.
- Avoid making unrelated changes like reformatting the code in places that aren't related to the actual change.
- Use the code formats of the repository, we have them in the
.editorconfig
file. Reformat the code accordingly if you copy it from somewhere. - Only contribute with your own work, or if you have a permission from the others to contribute their code.
Thanks for contributing!