Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 267 Bytes

Contributing.md

File metadata and controls

11 lines (7 loc) · 267 Bytes

Contributing

Commit Templates

In order to have clean and uniform commit messages, please run the following before you first commit:

git config set --local commit.template .gitmessage

This will enable the commit template for the local repository.