mirror of https://github.com/PCSX2/pcsx2.git
Format, add forum link, and organize per PR-889👽
Added forum link, organized the wiki links into sections as per suggestions on PR-889 (I found that after I made original PR, apologies).
This commit is contained in:
parent
ae18127409
commit
4852d255c7
|
@ -1,7 +1,27 @@
|
|||
[Please read me before posting any issue](https://github.com/PCSX2/pcsx2/wiki/How-to-create-useful-and-valid-issues)
|
||||
#So you want to contribute to PCSX2? Great!
|
||||
As a first step, please review these links as they'll help you understand how the development of the PCSX2 works. These pages are all found on the github [wiki](https://github.com/PCSX2/pcsx2/wiki). You should probably also check out the [forums](http://forums.pcsx2.net/index.php).
|
||||
|
||||
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. [Code Formatting Guidelines](https://github.com/PCSX2/pcsx2/wiki/Code-Formatting-Guidelines)
|
||||
4. [Commenting Etiquette](https://github.com/PCSX2/pcsx2/wiki/Commenting-Etiquette)
|
||||
* [Just Starting Out](#just-starting-out)
|
||||
* [Issue Reporting](#issue-reporting)
|
||||
* [General Documentation And Coding Strategies](#general-documentation-and-coding-strategies)
|
||||
* [Tasks](#tasks)
|
||||
|
||||
|
||||
## Just Starting Out
|
||||
* If you're unfamilar with git, check out this [brief introduction to Git](https://github.com/PCSX2/pcsx2/wiki/Git-survival-guide)
|
||||
* [How to build PCSX2 for Linux](https://github.com/PCSX2/pcsx2/wiki/Installing-on-Linux)
|
||||
|
||||
|
||||
## Issue Reporting
|
||||
* [How to write a useful issue](https://github.com/PCSX2/pcsx2/wiki/How-to-create-useful-and-valid-issues)
|
||||
|
||||
|
||||
## General Documentation And Coding Strategies
|
||||
* [Commenting Etiquette](https://github.com/PCSX2/pcsx2/wiki/Commenting-Etiquette)
|
||||
* [Coding style](https://github.com/PCSX2/pcsx2/wiki/Code-Formatting-Guidelines)
|
||||
* [wxWidgets coding stategies](https://github.com/PCSX2/pcsx2/wiki/wxWidgets-Coding-Strategies)
|
||||
|
||||
|
||||
## Tasks
|
||||
* [Todo List](https://github.com/PCSX2/pcsx2/wiki/Contributing-(TODO-List))
|
||||
* [A collection of ideas to improve GSdx OGL](https://github.com/PCSX2/pcsx2/wiki/Todo-List)
|
||||
|
|
Loading…
Reference in New Issue