Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 1.08 KB

File metadata and controls

32 lines (23 loc) · 1.08 KB

Contributing

So you want to contribute to TaskTree?

A general guide to contributing in this repository is:

  1. Fork it!
  2. Create your feature branch: git checkout -b feature/my-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin feature/my-feature
  5. Submit a pull request 🚀

Pull Requests

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.

Issues

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.