You always want to look at this file before contributing. In here you should find steps that you need to take to set up your development environment as well as instructions for coding standards and contributing guidelines.
All code must follow the styles dictated by Vala.
Also, please discuss any changes in the issues before working on a Pull Request to make sure that I'll accept it before you spend time working on it.
- Fork the repo
- Clone your fork
- Create a branch
- Push your changes to your fork with
git push
- Create a pull request.
- Iterate on the solution.
- Get merged! 🎉 🎊