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]].