π Contribution guidelines¶
π Rules¶
We are happy and welcome if you want to contribute to Vuelto. But please consider a few details before continuing:
- Fork: Please before working, make sure you forked the repo and are working inside the fork
- Branch: Please before working in your own fork, make sure you are in the
latest
branch. - Explain: Please explain why this should be considered and merged. That can increase he chance for us to merge and will safe the maintainers time.
- Test: Please test your code before even opening a new pull request. Make sure the CI doesnt fail.
- Documentation: Please, if your adding something new, like a feature, please document everything.
- Format: Please, run
make format
for formatting of the code. Without this we won't merge your code - CI: We cannot merge if the CI fails. Incase that it fails, please fix your code or fix the CI (only incase of breaking changes or improvements).
β οΈ Not following these rules¶
If we see a pull request that doesn't follow these rules, we will tell you that, and close the pull request. We allow you to re-open a new pull request, but we expect you to have your code fixed. So make sure that you followed the rules from above.
π Pull Request¶
If you're ready with your changes, then you must follow a few steps before pull requesting. First, run our make command to format your code:
Then make sure your pull request code works without erroring and you followed the contribution rules from above.
After all of this, you can create a pull request and one of the maintainers will take a look at it. Please have patience.