doc: separate commit header conventions for each area, info on docs changes.

This commit is contained in:
DS
2023-10-23 19:51:50 -07:00
parent 30c67fb5a6
commit e93a3d7b58
5 changed files with 91 additions and 23 deletions

View File

@@ -74,3 +74,23 @@ path/tests/prop.sh
# Run the lib.fileset tests
fileset/tests.sh
```
## Commit conventions
- Make sure you read about the [commit conventions](../CONTRIBUTING.md#commit-conventions) common to Nixpkgs as a whole.
- Format the commit messages in the following way:
```
lib.(section): (init | add additional argument | refactor | etc)
(Motivation for change. Additional information.)
```
Examples:
* lib.getExe': check arguments
* lib.fileset: Add an additional argument in the design docs
Closes #264537