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:
parent
2ce10cf609
commit
b72b4a45bc
2 changed files with 53 additions and 0 deletions
4
apps/git_tools/setup_git_commit_template.sh
Normal file
4
apps/git_tools/setup_git_commit_template.sh
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
## Set a local git commit template
|
||||
git config --local commit.template ".git_commit_template.txt" ;
|
||||
Loading…
Add table
Add a link
Reference in a new issue