diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-11-09 08:09:59 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-11-09 08:09:59 +0000 |
commit | 3a023e2f691f3679889da0d63f377704e395e58a (patch) | |
tree | 90bcede47e76472c15225259d858ceb7987c9ff1 /CONTRIBUTING.md | |
parent | Releasing debian version 2.10.2-1. (diff) | |
download | nvme-cli-3a023e2f691f3679889da0d63f377704e395e58a.tar.xz nvme-cli-3a023e2f691f3679889da0d63f377704e395e58a.zip |
Merging upstream version 2.11.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r-- | CONTRIBUTING.md | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index cde8527..df0e8e5 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -19,6 +19,28 @@ Please feel free to use the github forums to ask for comments & questions on your code before submitting a pull request. The NVMe CLI project uses the common *fork and merge* workflow used by most GitHub-hosted projects. +#### Commit conventions + +The project follows the Linux kernel mailing list workflow, +thus commit messages should be structured like this: +``` +<feature|plugin|subject>: <commit message> + +<description of the feature> + +Signed-off-by: My Name/alias <email@address.foo> +``` + +Example: + +``` +doc: added commit conventions to contribution guidelines + +Show new contributors the project's commit guidelines + +Signed-off-by: John Doe <j.doe@address.foo> +``` + ### Bug Reports Bugs for the NVM Library project are tracked in our [GitHub Issues Database](https://github.com/linux-nvme/nvme-cli/issues). |