From 279e505faf38de03fa21a259df801746e98996d4 Mon Sep 17 00:00:00 2001 From: Puyo <15311104+daniel11420@users.noreply.github.com> Date: Tue, 11 May 2021 22:00:25 +0200 Subject: [PATCH] Create changelog-template.md --- docs/changelogs/changelog-template.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 docs/changelogs/changelog-template.md diff --git a/docs/changelogs/changelog-template.md b/docs/changelogs/changelog-template.md new file mode 100644 index 0000000..d819fd9 --- /dev/null +++ b/docs/changelogs/changelog-template.md @@ -0,0 +1,20 @@ +# Latest changelog/Changelog for 1.0.0 + +### Additions +- New thing without issue +- [#1](https://github.com/KadeDev/Kade-Engine/issues/1): New thing with issue +- [#1](https://github.com/KadeDev/Kade-Engine/issues/1) ([PR #1](https://github.com/KadeDev/Kade-Engine/pulls/1)): New thing with issue and pull request + +### Changes +- Use same templates as additions +- Changes also includes stuff getting removed (as that happens less often so include it with changes) + +### Bugfixes +- Use same templates as additions +- This is for when bugs get fixed. This should, like, always have an issue link, always + +## Links +[GitHub Release](https://github.com/KadeDev/Kade-Engine/releases/tag/1.4.2) · [Last Windows CI build]() · [Last macOS CI build]() · [Last Linux CI build]() + +// Only include links section after it is no longer "latest changelog" +// "Last x CI build" links should link to a specific build, the last one for the version