mirror of
https://github.com/danielmiessler/SecLists
synced 2025-12-06 08:53:59 +01:00
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
This commit is contained in:
parent
5028dbf59c
commit
15a5720d1a
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue