rog-golang-buddies / golang-template-repository

Kickstarter repository for a golang service
Apache License 2.0
17 stars 7 forks source link

Add local tooling info to starter docs for day 1 #28

Closed haani-niyaz closed 2 years ago

haani-niyaz commented 2 years ago

For day 1 requirements add purpose of tool including instructions for installing/configuring:

  1. pre-commit so the hooks run when they begin their git commits. Instructions should also contain how to have pre-commit automatically run when a repo is cloned (see pre-commit docs).

  2. commitizen to provide them with tooling to follow commit message standards via

1 & 2 can be installed via python pip packages.

  1. How to get latest changes from the template repo