chore(git): Add a commit template & introduce new guidelines (#1044)

* chore(git): Add a commit template & introduce new guidelines

Introduce new guidelines for commit titles and descriptions:
- More useful and unique commit titles
- Useful descriptions
- Maybe the use of automated changelogs in the future (see link)

https://www.conventionalcommits.org/en/v1.0.0-beta.2/

* chore(git): Improve title examples

* Update .git_commit_template.txt
This commit is contained in:
Barbz
2019-04-10 16:49:44 +02:00
committed by José González
parent 2ce10cf609
commit b72b4a45bc
2 changed files with 53 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
#!/usr/bin/env bash
## Set a local git commit template
git config --local commit.template ".git_commit_template.txt" ;