From 07ac2ecf4c09cceb72ecbf363ba216bc8775a1ae Mon Sep 17 00:00:00 2001 From: Jonas Hermsmeier Date: Fri, 28 Jul 2017 12:44:15 +0200 Subject: [PATCH] doc: Add link to commit guidelines to contributing guide (#1641) This adds a reference to the commit guidelines to the contributing guide. Fixes #1494 Change-Type: patch --- docs/CONTRIBUTING.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/CONTRIBUTING.md b/docs/CONTRIBUTING.md index 8ce2b11d..2c7b49ee 100644 --- a/docs/CONTRIBUTING.md +++ b/docs/CONTRIBUTING.md @@ -28,6 +28,12 @@ other text editing default. We encourage you to install the relevant plugin in your text editor of choice to avoid having to fix any issues during the review process. +Commit Guidelines +----------------- + +See [COMMIT-GUIDELINES.md][COMMIT-GUIDELINES] for a thorough guide on how to +write commit messages. + Updating a dependency --------------------- @@ -128,6 +134,7 @@ Don't hesitate to get in touch if you have any questions or need any help! [ARCHITECTURE]: https://github.com/resin-io/etcher/blob/master/docs/ARCHITECTURE.md [RUNNING-LOCALLY]: https://github.com/resin-io/etcher/blob/master/docs/RUNNING-LOCALLY.md +[COMMIT-GUIDELINES]: https://github.com/resin-io/etcher/blob/master/docs/COMMIT-GUIDELINES.md [EditorConfig]: http://editorconfig.org [shrinkwrap]: https://docs.npmjs.com/cli/shrinkwrap [hxd]: https://github.com/jhermsmeier/hxd