Board If you create an issue on GitHub i'll add it manually to the TODO column. If you start working on an issue, add a comment in the GitHub issue and i'll move it in the In Progress column.
If you know how to make this process better let me know!
- Fork the project
- Clone your forked repo:
git clone https://github.com/YourUsername/FaceSplit.git
- Create your feature/bugfix branch:
git checkout -b new-feature
- Commit your changes to your new branch:
git commit -am 'Add a new feature'
- Push to the branch:
git push origin new-feature
- Create a new Pull Request!