From ae181274096043983864e4e3134de04982c57462 Mon Sep 17 00:00:00 2001 From: Nick Heindl Date: Tue, 5 Jan 2016 18:08:25 -0600 Subject: [PATCH] Fixed broken link; Add wiki link; Formatting Added the wiki link and better description. Fix broken link of 'todo'. Formatted 'Coding Style' to 'Code Formatting Guidelines' for consistency. Added the Commenting Etiquette link as well. --- CONTRIBUTING.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 47a4cac58d..73aeb89415 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,6 +1,7 @@ [Please read me before posting any issue](https://github.com/PCSX2/pcsx2/wiki/How-to-create-useful-and-valid-issues) -If you want to contribute be sure to check those links - 1. [TODO list](https://github.com/PCSX2/pcsx2/wiki/Idea-of-contribution-%28aka-todo-list%29) +After reading the above, if you still wish to contribute, please check out these links all found on the [wiki](https://github.com/PCSX2/pcsx2/wiki): + 1. [Contributing (TODO List)](https://github.com/PCSX2/pcsx2/wiki/Contributing-(TODO-List)) 2. [wxWidgets coding stategies](https://github.com/PCSX2/pcsx2/wiki/wxWidgets-Coding-Strategies) - 3. [Coding style](https://github.com/PCSX2/pcsx2/wiki/Code-Formatting-Guidelines) + 3. [Code Formatting Guidelines](https://github.com/PCSX2/pcsx2/wiki/Code-Formatting-Guidelines) + 4. [Commenting Etiquette](https://github.com/PCSX2/pcsx2/wiki/Commenting-Etiquette)