Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #10688 from Sage-King/help
Added help information to Contributing.md
  • Loading branch information
Tilka committed Jun 9, 2022
2 parents 0c6b6b7 + 978f4cb commit aad42de
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Contributing.md
Expand Up @@ -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)


# <a name="introduction"></a>Introduction
Expand All @@ -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.


## <a name="intro-formatting-issues"></a>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.
Expand Down Expand Up @@ -275,3 +275,6 @@ Summary:
# <a name="android-and-java"></a>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.

# <a name="help"></a>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/)

0 comments on commit aad42de

Please sign in to comment.