Commit Graph

25 Commits (07c9d9bdbdbf632624ca01ea83dbfa51176415ae)

Author SHA1 Message Date
bunnei d1f0d182a7
Update CONTRIBUTING.md
Vitor K d901983085
Link to Yuzu's wiki instead of Citra's
The original Contributing.md had differences, such as some links, so I created a page on yuzu's wiki based on the original file.
Tobias 4a32d92e6e
CONTRIBUTING.md: migrate to the wiki
NeatNit d210170f36 CONTRIBUTING.md - remove note about casting numeric types
Apparently it's not true: https://github.com/citra-emu/citra/pull/4310#discussion_r223174725
Tobias 9df698fa9c
Port from Citra
James Rowe 1a4e429d9e CMake: Update contributing guide with the new clang format info
MerryMage 80db02c497 Minor cleanup
bunnei 20a2e80a9f yuzu: Update CONTRIBUTING.md.
Schplee b75c569d7a Fixes typo on Citra forum link.
An extra ".citra-emu.org," was left when the link was changed to the current forum URL, so I fixed that.
3ds-emu 9b0f747d3f Updated Citra forum link
The Citra forum (discuss.citra-emu.org) has recently been down. The link that has been added 
in this file now leads to an error pages. I update updated the link so it now leads to Citra's new
forum.
bunnei 1f70365faa Update CONTRIBUTING.md
bunnei 01013689b8 Update CONTRIBUTING.md
bunnei b4c53b1e59 Update CONTRIBUTING.md
wwylele 708686b6d4 Update CONTRIBUTING.md
Yuri Kunde Schlesner 9d12460901 Update CONTRIBUTING.md
LittleWhite 44ef68fb48 Add coding style about includes
Yuri Kunde Schlesner d4f19736a6 Update style rules with to better match current practice.
chinhodado b2f49cefb8 Use correct style name: PascalCase instead of CamelCase
Yuri Kunde Schlesner 43f7f37d93 Resolve doxycomment duplication debate
I believe putting comments in the headers has won by a good margin, with everyone other than me preferring it, so time to enshrine it.
Yuri Kunde Schlesner 1d5d94a1b9 Update CONTRIBUTING.md
Yuri Kunde Schlesner eee8cc67da Add comment style notes to CONTRIBUTING.md
Closes 
Emmanuel Gil Peyrot f5d38649c7 Remove trailing spaces in every file but the ones imported from SkyEye, AOSP or generated
bunnei 77c0f9868e Update CONTRIBUTING.md
- removed variable naming starting with "_"
- removed "Always break, even after a return" from case statements
archshift 0a48e97c36 CONTRIBUTING: Fix some examples, escape underscores
archshift d6a4fbf34f Added CONTRIBUTING.md with contents from Coding Style, updated README link