From 3815fcb6545021fba0ddd6d632011c58fd1d3011 Mon Sep 17 00:00:00 2001 From: dominicparga Date: Wed, 6 Jun 2018 18:31:03 +0200 Subject: [PATCH] Add source (link) to CONTRIBUTING for committing --- CONTRIBUTING.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index be1d1c2d..221c7ca8 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -25,7 +25,7 @@ By participating, you are expected to uphold this code. ## Styleguides -### Git Commit Messages +### [Git Commit Messages][website_git_commit_messages] These points make committing easier and clearer. * Use the present tense ("Add feature" not "Added feature") @@ -65,5 +65,6 @@ For more information, see [the original site][website_semantic_versioning]. +[website_git_commit_messages]: https://chris.beams.io/posts/git-commit [website_gitflow_workflow]: https://www.atlassian.com/git/tutorials/comparing-workflows/gitflow-workflow [website_semantic_versioning]: https://semver.org