From 1f95ede9171f9a9fc0e6da4cedefff88d21ce65a Mon Sep 17 00:00:00 2001 From: Yuri Kunde Schlesner Date: Mon, 7 Sep 2015 23:34:44 -0300 Subject: [PATCH] reword --- FAQ.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FAQ.md b/FAQ.md index 1152848..f3bf2af 100644 --- a/FAQ.md +++ b/FAQ.md @@ -5,7 +5,7 @@ Games need to be decrypted on a 3DS before being usable in Citra. This is a tech #### I'd like to make a patch/develop/contribute to the project. -If you're interested in contributing, fork the project here in GitHub, and then create a Pull Request when you're ready to submit your contribution. Unless your change is trivial, however, it is heavily recommended that you join our development channel (#citra-dev @ Freenode) to coordinate with the developers beforehand. Make sure to review our Please also review our [coding guidelines](https://github.com/citra-emu/citra/blob/master/CONTRIBUTING.md). If you're looking for ideas on things to work on, try checking the [TODO list](https://docs.google.com/document/d/1SWIop0uBI9IW8VGg97TAtoT_CHNoP42FzYmvG1F4QDA) for inspiration. +If you're interested in contributing, fork the project here in GitHub, and then create a Pull Request when you're ready to submit your contribution. Unless your change is trivial, however, it is heavily recommended that you join our development channel (#citra-dev @ Freenode) to coordinate with the developers beforehand. Make sure to review our [coding guidelines](https://github.com/citra-emu/citra/blob/master/CONTRIBUTING.md) and ensure your changes follow them. If you're looking for ideas on things to work on, try checking the [TODO list](https://docs.google.com/document/d/1SWIop0uBI9IW8VGg97TAtoT_CHNoP42FzYmvG1F4QDA) for inspiration. #### I want to run Pokemon/Zelda/Mario/etc. but I can't figure out how!