From 6930331b79fa516dd6c607faaebc76d1b41715aa Mon Sep 17 00:00:00 2001 From: John Flynn Date: Tue, 30 Jun 2020 16:08:18 +0200 Subject: [PATCH] docs(readme): Add coding best practices and reorder styleguide Added styleguide as specified in bml. Also moved code of conduct to first position so that colleagues are more likely to read it ;). --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 969f6b6..184ad38 100644 --- a/README.md +++ b/README.md @@ -9,9 +9,10 @@ The aim of this styleguide is to: ## Table of Contents +- [Code of Conduct](https://github.com/bleenco/code-of-conduct/blob/master/CODE_OF_CONDUCT.md) +- [Coding](https://github.com/bleenco/bml/wiki/Coding-Style-Guidelines) - [Committing](COMMITTING.md) - [Submitting](SUBMITTING.md) -- [Code of Conduct](https://github.com/bleenco/code-of-conduct/blob/master/CODE_OF_CONDUCT.md) ## Coding Rules To ensure consistency throughout the source code, keep these rules in mind as you are working: