Skip to content

Commit 15a5720

Browse files
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
1 parent 5028dbf commit 15a5720

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Significant effort SHOULD be made to give attribution for these lists whenever p
1414

1515
Folders should be named with the train case scheme, for example `File-System`.
1616

17-
## Conventional Commits
17+
## Conventional Commits (optional for contributions made through Pull Requests)
1818

1919
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
2020

0 commit comments

Comments
 (0)