summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdmiral H. Curtiss <pikachu025@gmail.com>2025-02-16 16:15:31 +0100
committerGitHub <noreply@github.com>2025-02-16 16:15:31 +0100
commit5acbdf730a44d00b46528833334f82f44a6a6e67 (patch)
tree269959e0e73bee490ac97667151ced742578c5bd
parentaced90de97356dbfd94b9c03c7e80b23fb69ddde (diff)
parentb5978148b58143230facaafebe9417b51e07ffb2 (diff)
Merge pull request #13338 from JoshuaVandaele/contributing-md
Contributing.md: Improve clarity and specify clang-format version
-rw-r--r--Contributing.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/Contributing.md b/Contributing.md
index 78f9facdac..485fdd1ba7 100644
--- a/Contributing.md
+++ b/Contributing.md
@@ -35,11 +35,11 @@ Summary:
## <a name="intro-aims"></a>Aims
-This guide is for developers who wish to contribute to the Dolphin codebase. It will detail how to properly style and format code to fit this project. This guide also offers suggestions on specific functions and other varia that may be used in code.
+This guide is for developers who wish to contribute to the Dolphin codebase. It details how to properly style and format code for this project. This guide also offers suggestions on specific functions and other elements that may be used in code.
-Following this guide and formatting your code as detailed will likely get your pull request merged much faster than if you don't (assuming the written code has no mistakes in itself).
+Following this guide and formatting your code as detailed will likely get your pull request merged much faster than if you don't (assuming the code itself has no mistakes).
-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.
+This project uses clang-format 13.0 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