From 17d91b4887c9b50b89c16c9f3c17fa7b04bdfc7d Mon Sep 17 00:00:00 2001 From: Lynn Date: Tue, 6 Dec 2016 19:20:14 +0100 Subject: [PATCH] D-easy tag is called E-easy now --- FAQ.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FAQ.md b/FAQ.md index 613780c..602208b 100644 --- a/FAQ.md +++ b/FAQ.md @@ -142,7 +142,7 @@ The folder for the emulated SD card is named `sdmc` and can be found in Citra's #### How can I develop or contribute to the project? -If you're interested in contributing, fork the project here in [_GitHub_](https://github.com/citra-emu/citra), and then create a Pull Request when you're ready to submit your contribution. Unless your change is trivial, however, it is strongly recommended that you join our development channel (#citra-dev @ [Freenode](https://webchat.freenode.net/)) 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 looking around our issue tracker. Some issues are tagged with the [D-easy](https://github.com/citra-emu/citra/issues?q=is:open+is:issue+label:D-easy) label, which means they're smaller tasks that should be easier to get into. +If you're interested in contributing, fork the project here in [_GitHub_](https://github.com/citra-emu/citra), and then create a Pull Request when you're ready to submit your contribution. Unless your change is trivial, however, it is strongly recommended that you join our development channel (#citra-dev @ [Freenode](https://webchat.freenode.net/)) 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 looking around our issue tracker. Some issues are tagged with the [E-easy](https://github.com/citra-emu/citra/issues?q=is:open+is:issue+label:E-easy) label, which means they're smaller tasks that should be easier to get into. #### I'd like to be a beta tester, how can I help?