Create changelog-template.md
This commit is contained in:
20
docs/changelogs/changelog-template.md
Normal file
20
docs/changelogs/changelog-template.md
Normal file
@ -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
|
Reference in New Issue
Block a user