mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2025-11-29 17:38:24 +08:00
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:
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" ;
|
||||
Reference in New Issue
Block a user