jonathantorres / construct

A PHP project/micro-package generator for PDS compliant projects or micro-packages.
MIT License
266 stars 16 forks source link

Create a .gitmessage template and a Composer script for configuration #144

Closed raphaelstolt closed 8 years ago

raphaelstolt commented 8 years ago

When using the -g or --git option it would be useful to create a .gitmessage template, which follows the rules described by Chris Beams, and a Composer script for configuring it. This might raise the quaility of commit messages.

raphaelstolt commented 8 years ago

As .gitattributes and .gitignore are generated per default, maybe this addition should also be generated per default.