gnunet-developers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Git commit messages


From: jah
Subject: Re: Git commit messages
Date: Wed, 27 May 2020 10:35:35 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Icedove/68.7.0

There are more conventional conventions [conventional-commits] that might also be considered. Conventional commits uses plain English to classify types of commit, for example: build, ci, chore, docs, feat, fix, perf, refactor, revert, style and test.

Example commit message:

---
feat: add this new feature

This feature is intended to ...
---

And of course there are tools to generate a changlelog from such commit messages [conventional-changelog]


Happy hacking,

jah


[conventional-commits]: https://www.conventionalcommits.org/en/v1.0.0/

[conventional-changelog]: https://github.com/conventional-changelog



reply via email to

[Prev in Thread] Current Thread [Next in Thread]