It has been suggested here that Stack-supplied Stack project templates that include ChangeLog.md
should support the https://keepachangelog.com initiative. They would do that by including pro forma content consistent with the ‘keep a changelog’ example.
Does anybody consider that would be a bad idea? If not, I was intending to put it through.
I thought something like this in the .hsfiles
:
{-# START_FILE ChangeLog.md #-}
# Changelog for {{name}}
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to the [Haskell Package Versioning Policy](https://pvp.haskell.org/).
## [Unreleased]
## [1.0.0] - YYYY-MM-DD