From fa3a2331813156fec2614be8a681337641e871f5 Mon Sep 17 00:00:00 2001 From: Ben Hutton <bh7@sanger.ac.uk> Date: Mon, 8 Apr 2019 09:22:04 +0100 Subject: [PATCH] Fixes #121 --- PULL_REQUEST_TEMPLATE.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/PULL_REQUEST_TEMPLATE.md b/PULL_REQUEST_TEMPLATE.md index 95a40fa..30fd379 100644 --- a/PULL_REQUEST_TEMPLATE.md +++ b/PULL_REQUEST_TEMPLATE.md @@ -1 +1,3 @@ -Please mention the issue #… in the pull request. \ No newline at end of file +Please mention the issue #… in the pull request. + +Please remember to follow the documented [commit process](https://github.com/adobe/jsonschema2md/blob/master/Contributing.md#commit-message-format), specifcally commit using `npm run commit` which will construct the commit template required for automated semantic releases. -- GitLab