this post was submitted on 05 Sep 2023
66 points (100.0% liked)

Free and Open Source Software

17486 readers
55 users here now

If it's free and open source and it's also software, it can be discussed here. Subcommunity of Technology.


This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.

founded 2 years ago
MODERATORS
 

This is just an example, but there really needs to be a way to make sure they post a proper changelog... Like, is there a limitation on characters? Can't we set up a way to import the release notes from Github? Why is it this way?

you are viewing a single comment's thread
view the rest of the comments
[โ€“] [email protected] 5 points 10 months ago (1 children)

concise Commit Messages are the solutions. :)

[โ€“] [email protected] 11 points 10 months ago

Even if the commit message is concise, there is a difference between what the patch does on a technical level and what the end user will see as a result.

IMO the solution is to link each commit to an issue or a ticket - some high-level description of the feature the commit implements - but there still has to be someone who makes the effort of making sure each commit is linked to a ticket and who nags the devs when they forget to do so..