Skip to content

Contributing

Maxwell edited this page May 1, 2024 · 6 revisions

Contributing

Creating a branch

  1. First word should be either feat, bug, fix
feat
  1. Next should be issue/trello #
  • If from trello use t{number}
feat-t1
  • If from github use gh{number}
feat-gh1
  1. Last add a description (or don't)
feat-gh1-add-sorting
  1. Put it all together
git checkout -b feat-gh1-add-sorting

Commit message

Format commit messages using these

Clone this wiki locally