From 88ca449c51572871534a75f9b9615c61c2344766 Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Sun, 6 Dec 2015 16:40:05 -0700 Subject: [PATCH] Contributing: add another reference --- Contributing.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contributing.md b/Contributing.md index 612fd88..58643d1 100644 --- a/Contributing.md +++ b/Contributing.md @@ -7,6 +7,7 @@ This wiki is available [on GitHub](https://github.com/archlinuxarm/wiki). To con * [Creating a pull request](https://help.github.com/articles/creating-a-pull-request/) * [Working with forks](https://help.github.com/articles/working-with-forks/) +* [Changing a commit message](https://help.github.com/articles/changing-a-commit-message/) Rules for pull requests: @@ -22,4 +23,4 @@ Rules for pull requests: * Permitted characters: A-Z, a-z, 0-9, underscore, hyphen * Spaces must be comverted to underscores in the filename. * Page names, including the top header, are derived from the filename, and are rendered using the <h1> tag. Therefore, headers within the file must be second level (##) or lower. -* Links to other wiki pages can be made by enclosing the page name (with proper capitalization) in double brackets, such as [[Contributing]]. \ No newline at end of file +* Links to other wiki pages can be made by enclosing the page name (with proper capitalization) in double brackets, such as [[Contributing]].