So you want to contribute to TaskTree?
A general guide to contributing in this repository is:
- Fork it!
- Create your feature branch:
git checkout -b feature/my-feature - Commit your changes:
git commit -am 'Add some feature' - Push to the branch:
git push origin feature/my-feature - Submit a pull request 🚀
When creating a pull request please be mindful of the following things:
- Complete the entire PR template.
- Satisfy the checklist in the PR template.
- Be nice and value other people's opinions.
- Use the imperative when writing your commit messages. i.e. "Fix small typo in ..."
- Squash commits to solve their domain problem, a PR will not be accepted if commits are not squashed.
Everything that you work on should be attached to an issue in the repository. This gives everyone the opportunity to see what people are working on and to discuss the issue at hand. You can create issues here.
NOTE: When creating issues please use the provided issue templates.