]> www.infradead.org Git - users/sagi/nvme-cli.git/commitdiff
doc: added commit conventions to contribution guidelines
authorpaumr <paum@bdisk.eu>
Mon, 21 Oct 2024 16:27:22 +0000 (18:27 +0200)
committerDaniel Wagner <wagi@monom.org>
Wed, 23 Oct 2024 12:29:10 +0000 (14:29 +0200)
Show new contributors the project's commit guidelines

Signed-off-by: paumr <paum@bdisk.eu>
CONTRIBUTING.md

index cde852734ea5f0167f7cd276736a67178d8d221b..df0e8e5ed0e8ca854630d5b4814dcc12cb855a67 100644 (file)
@@ -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).