Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 676 Bytes

CONTRIBUTING.md

File metadata and controls

21 lines (16 loc) · 676 Bytes

Contributing

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.

Before start

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.

Set up instructions

  1. Fork the repo
  2. Clone your fork
  3. Create a branch
  4. Push your changes to your fork with git push
  5. Create a pull request.
  6. Iterate on the solution.
  7. Get merged! 🎉 🎊