From 81148743b9de7a5764c29f64bb9f388d0cea030e Mon Sep 17 00:00:00 2001 From: NAHO <90870942+trueNAHO@users.noreply.github.com> Date: Tue, 10 Dec 2024 19:12:25 +0100 Subject: [PATCH] doc: remove documentation about legacy commit conventions (#672) Remove legacy documentation about commit message conventions predating the standardized format introduced in commit bf31640f49cb ("doc: specify commit message format") on 2024-01-23, with the final GitMoji usage in commit 5a7f3f15ccc2 ("Add guide for creating modules :memo:"). --- docs/src/commit_convention.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/docs/src/commit_convention.md b/docs/src/commit_convention.md index 3b0ed818..0f217e70 100644 --- a/docs/src/commit_convention.md +++ b/docs/src/commit_convention.md @@ -28,8 +28,3 @@ punctuation. Most commits to `master` will also include a pull request number in brackets after the summary. GitHub adds this automatically when creating a squash merge. - -## Old commits - -Commits before 2024 did not follow any particular format. -Some have emojis from [GitMoji](https://gitmoji.dev).