From e51e4b8b2fe63078d51c8582db172e8a6cac17d9 Mon Sep 17 00:00:00 2001 From: Lars Date: Thu, 14 Jun 2018 20:13:43 +0200 Subject: [PATCH] CONTRIBUTING.md - Provide link to coding conventions Because the coding conventions are somewhat extensive, provide link to wiki article rather than listing a few of the conventions. --- .github/CONTRIBUTING.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 82a866feba..5d463d8bcf 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -127,11 +127,8 @@ from the main (upstream) repository: ## Coding Format -To ensure consistency throughout the source code, keep these rules in mind as you are working: +To ensure consistency throughout the source code, review our [code conventions](https://github.com/runelite/runelite/wiki/Code-Conventions). -* With the exceptions listed below, we follow the standard Java code conventions: - * Tabs, not spaces. - * Brace placement is always next line. [github]: https://github.com/runelite/runelite [discord]: https://discord.gg/mePCs8U