summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Menzel <[email protected]>2021-04-02 08:14:50 +0200
committerAlex Doyle <[email protected]>2021-04-10 10:00:25 -0700
commitd800b49a2aefafa0ce7dbf048e783f9f3f57ff9a (patch)
tree4d1ea5b6cca9057794851cd8fbbab5d95fe00f6f
parent047956e134e231d76485c4b63c7fd219301ca1aa (diff)
CONTRIBUTING: Put commit message example on separate linemaster
Give more prominence to the example, and avoid having the dot/period at the end (though after the quotation). Signed-off-by: Paul Menzel <[email protected]> Signed-off-by: Alex Doyle <[email protected]>
-rw-r--r--CONTRIBUTING.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index b36135d0..b36e48b9 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -67,7 +67,8 @@ some general comments regarding patch submission:
anonymous github user IDs.
1. A short one line summary. When the patch is for a specific
machine include the machine name or company as a prefix to the
- summary, e.g. "machine\_xyz\_123: Update installer config".
+ summary, e.g.:
+ > machine\_xyz\_123: Update installer config
1. What problem the patch solves (why do we need the patch).
1. How you tested the patch.