From 1e18fbd85e30227cdb38428c07707c1128240adf Mon Sep 17 00:00:00 2001 From: Patrick Meyer Date: Wed, 5 May 2021 16:09:14 +0200 Subject: pkg/host, docs: fix typos --- docs/contributing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/contributing.md') diff --git a/docs/contributing.md b/docs/contributing.md index 2fe771d2d..0ab1c07fa 100644 --- a/docs/contributing.md +++ b/docs/contributing.md @@ -64,7 +64,7 @@ Commit message line length is limited to 120 characters. Also: -- If you commit fixes an issue, please include `Fixes #NNN` line into commit message +- If your commit fixes an issue, please include `Fixes #NNN` line into commit message (where `NNN` is the issue number). This will auto-close the issue. If you need to mention an issue without closing it, add `Update #NNN`. - For syscall descriptions `*.const` files are checked-in with the `*.txt` changes -- cgit mrf-deployment