summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorHaru <haru@dotalux.com>2016-04-17 13:37:08 +0200
committerHaru <haru@dotalux.com>2016-04-23 17:36:53 +0200
commita92fa362539caa7211b3a0b48f70e68f37b2eb77 (patch)
tree02d45bea38922e97a55e33c4f3ea3d71601a7436 /CONTRIBUTING.md
parent242c506676d3a8a42547992241dda7331f982d81 (diff)
downloadhercules-a92fa362539caa7211b3a0b48f70e68f37b2eb77.tar.gz
hercules-a92fa362539caa7211b3a0b48f70e68f37b2eb77.tar.bz2
hercules-a92fa362539caa7211b3a0b48f70e68f37b2eb77.tar.xz
hercules-a92fa362539caa7211b3a0b48f70e68f37b2eb77.zip
Updated README file
- Updated versions of supported compilers - Updated dependencies and installation instructions - Minor format cleanup - Reworded some sentences - Added link to the Supported Platforms page - Corrected link to the Coding Style guidelines (in CONTRIBUTING.md) Signed-off-by: Haru <haru@dotalux.com>
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 25fa4b6e4..94544487e 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -56,7 +56,8 @@ debug mode.
fixes, make separate commits. Even if this causes commits that only affect
one line of code.
* Check for unnecessary whitespace with `git diff --check` before committing.
-* Make sure you follow our [coding style guidelines](http://TODO).
+* Make sure you follow our [coding style
+ guidelines](https://github.com/HerculesWS/Hercules/wiki/Coding-Style).
* Make sure your commit messages are complete, describe the changes you made,
and in proper English language. Make sure you mention the ID of the issue
you fix.