From 15a5720d1a6c07367bbfc12a2de8f12710508fbc Mon Sep 17 00:00:00 2001 From: ItsIgnacioPortal <5990@protonmail.com> Date: Fri, 13 Jun 2025 17:22:02 -0300 Subject: [PATCH] chore(docs): Made conventional-commits syntax optional for PR contributions When a PR is merged, the commit messages made to the fork are not the ones that go into the main repository's git history, but rather the commit message of the commit that merges that PR into the repository. Hence, it's up to the maintainer of the main repository to maintain the conventional-commits syntax --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a169c5e5..50e193e1 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -14,7 +14,7 @@ Significant effort SHOULD be made to give attribution for these lists whenever p Folders should be named with the train case scheme, for example `File-System`. -## Conventional Commits +## Conventional Commits (optional for contributions made through Pull Requests) All commits related to contributions to seclists are encouraged to use the [Conventional-Commits v1.0.0](https://www.conventionalcommits.org/en/v1.0.0/) syntax