keep-a-changelog
keep-a-changelog copied to clipboard
If you build software, keep a changelog.
It might happen, that a software is released and it is desirable to inform the users about "known issues" and possible workarounds. I therefore think that it might be a...
I'm trying to keep a changelog for my project, but I don't really understand that does it means the line "Versions and sections should be linkable" in the Guiding Principles...
#### Problem The ISO 8601 date format is ambiguous for 132 of the days of each year (about a third). For example 2019-02-10 which is it YYYY-MM-DD or YYYY-DD-MM. The...
The "Inconsistent Changes" section feels a bit unsure of itself. It doesn't give straightforward guidance to the reader. I rewrote it to be more assertive and direct. I also renamed...
I like the idea, but I was confuffled that there was no easy or obvious template to download. Plus if you try to select the example text on the website...
Try or give me feedback 👉 https://github.com/josehbez/pm
One of the principles mentioned on [your site](https://keepachangelog.com/en/0.3.0/) is > Easy to link to any section (hence Markdown over plain text). ...and that's a good thing! However, when it comes...
my computer glitches anf freeze and it keep going to the same circle getting nrw one
Any thoughts on adding the time in the release date section. So something like `2020-10-03 19:20`. `19:20` is in the `hh:mm` format in UTC. PS: I don't know if this...
I read [this blog post](https://about.gitlab.com/2015/02/10/gitlab-reduced-merge-conflicts-by-90-percent-with-changelog-placeholders/) which talked about how keeping a CHANGELOG can prevent automatically accepting pull-requests, unless you put something like `CHANGELOG.md merge=union` in your `.gitattributes` file. Since this...