diff --git a/Contributing.md b/Contributing.md index 5d0542cb3f..f861eed47a 100644 --- a/Contributing.md +++ b/Contributing.md @@ -8,6 +8,7 @@ If you make any contributions to Dolphin after December 1st, 2014, you are agree - [C++ coding style and formatting](#cpp-coding-style-and-formatting) - [C++ code-specific guidelines](#cpp-code-specific-guidelines) - [Android and Java](#android-and-java) +- [Help](#help) # Introduction @@ -25,7 +26,6 @@ Following this guide and formatting your code as detailed will likely get your p This project uses clang-format (stable branch) to check for common style issues. In case of conflicts between this guide and clang-format rules, the latter should be followed instead of this guide. - ## Checking and fixing formatting issues Windows users need to be careful about line endings. Windows users should configure git to checkout UNIX-style line endings to keep clang-format simple. @@ -275,3 +275,6 @@ Summary: # Android and Java The Android project is currently written in Java. If you are using Android Studio to contribute, you can import the project's code style from `code-style-java.jar`, located in `[Dolphin Root]/Source/Android`. Please organize imports before committing. + +# Help +If you have any questions about Dolphin's development or would like some help, Dolphin developers use `#dolphin-emu @ irc.libera.chat` to communicate. If you are new to IRC, [Libera.Chat has resources to get started chatting with IRC.](https://libera.chat/)