mirror of
https://github.com/suitenumerique/docs
synced 2026-04-21 13:37:20 +00:00
📝(contributing) add signed commits paragraph
Add a paragraph to inform that only signed commits are accepted now.
This commit is contained in:
parent
ecd06560c6
commit
4e1a9b6a27
1 changed files with 4 additions and 0 deletions
|
|
@ -48,6 +48,10 @@ All commit messages must adhere to the following format:
|
|||
Implemented login and signup features, and integrated OAuth2 for social login.
|
||||
```
|
||||
|
||||
## Signing commits
|
||||
|
||||
Only signed commits are accepted. They can be signed using a SSH or GPG key. Github documentation about signing commits contains all the information you need : https://docs.github.com/en/authentication/managing-commit-signature-verification/about-commit-signature-verification#about-commit-signature-verification
|
||||
|
||||
## Changelog Update
|
||||
|
||||
Please add a line to the changelog describing your development. The changelog entry should include a brief summary of the changes, this helps in tracking changes effectively and keeping everyone informed. We usually include the title of the pull request, followed by the pull request ID to finish the log entry. The changelog line should be less than 80 characters in total.
|
||||
|
|
|
|||
Loading…
Reference in a new issue