From c7dfa340e0830e862fa9f65a2afcdaabb23dd334 Mon Sep 17 00:00:00 2001 From: Nico Rehwaldt Date: Wed, 4 Oct 2017 09:26:17 +0200 Subject: [PATCH] chore(CONTRIBUTING): link own commit message guidelines --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 57612850..9427ea52 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -91,7 +91,7 @@ Some things that make it easier for us to accept your pull requests * The code is tested * The `npm run all` build passes (executes tests + linting) * The work is combined into a single commit -* The commit messages adhere to our [guideline](https://docs.google.com/document/d/1QrDFcIiPjSLDn3EL15IJygNPiHORgU1_OOAqWjiDU5Y) +* The commit messages adhere to our [guideline](https://github.com/bpmn-io/bpmn-js/blob/master/docs/project/COMMIT_MESSAGES.md) We'd be glad to assist you if you do not get these things right in the first place.