For those who would like to contribute to Olivia, first of all, look at open issues and issues that require help noted as good first issues
If you find a bug in Olivia, please open an issue and respect the Bug Report template. Specify if you will be fixing this or if someone else can do it.
To suggest a feature, open an issue by respecting one of the Issues templates.
If you worked on something you wish add to Olivia, please open a Pull Request.
- Name your PR with the thing you worked on, example: "modules: creating ...".
- Explain correctly what you worked on and why.
- If you fixes an issue with your PR please note
fixes #ID
on your PR.
- The commit messages must be written as sentences they must begin with an upper case.
- If you fixes an issue with your commit please write
fixes #ID
at the end of your commit message. - If you update an issue please write
updates #ID
at the end of your commit message.