diff options
author | Nick Gerace <nickagerace@gmail.com> | 2020-12-01 23:51:25 -0500 |
---|---|---|
committer | Nick Gerace <nickagerace@gmail.com> | 2020-12-02 00:07:21 -0500 |
commit | d1a872cdf122e35b81738544eee2165fa9fa9b21 (patch) | |
tree | 16dca53c95f8989292c15f5a885da0172ad14b5d /CHANGELOG.md | |
parent | 6f301edfa86bdf7109b49362f807897014da4d85 (diff) | |
download | gfold-d1a872cdf122e35b81738544eee2165fa9fa9b21.zip |
Remove contributing section from README
Remove contributing section from README to make requirements easier. Add
gfold version to issue template.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index d082506..f6da8fa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,8 +6,15 @@ All changes are from [@nickgerace](https://github.com/nickgerace) unless otherwi The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +<!-- The latest version contains all changes. --> -The latest version contains all changes. +## Added + +- `gfold --version` to issue template + +## Removed + +- Contributing section from README to reduce requirements ## [0.8.1] - 2020-12-01 |