You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pdfbox.apache.org by ms...@apache.org on 2020/12/30 09:55:42 UTC

[pdfbox-docs] branch master updated: PDFBOX-3330: add colon to sample commit message to encourage usage; closes #4

This is an automated email from the ASF dual-hosted git repository.

msahyoun pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pdfbox-docs.git


The following commit(s) were added to refs/heads/master by this push:
     new 3e46a42  PDFBOX-3330: add colon to sample commit message to encourage usage; closes #4
3e46a42 is described below

commit 3e46a42aa2ab0b2aa67e4793f84708624bed3ce4
Author: Maruan Sahyoun <sa...@fileaffairs.de>
AuthorDate: Wed Dec 30 10:54:37 2020 +0100

    PDFBOX-3330: add colon to sample commit message to encourage usage; closes #4
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 911bec6..9e2d496 100644
--- a/README.md
+++ b/README.md
@@ -47,7 +47,7 @@ We appreciate the use of topic branches.
 
     # update enhance the documentation
 
-    git commit -m "<JIRA issue number> This is my commit message."
+    git commit -m "<JIRA issue number>: This is my commit message."
 
     git push origin <JIRA issue number>