Skip to content

Commit

Permalink
fixup! improve changelog template
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasnick committed Jul 30, 2021
1 parent 12030bf commit 1bedbc9
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions doc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

This file is currently only a template for future use.

# MAJOR.MINOR.PATCH - YYYY-MM-DD
Each change falls into one of the following categories: Added, Changed, Deprecated, Removed, Fixed or Security.

## [Unreleased]

## [MAJOR.MINOR.PATCH] - YYYY-MM-DD

- [Link to Pull Request](https://link-to-pr)
### Added/Changed/Deprecated/Removed/Fixed/Security
- [Title with link to Pull Request](https://link-to-pr)

0 comments on commit 1bedbc9

Please sign in to comment.