From ea8caaa14940d45b66c4a890bb1a7aa672f1a118 Mon Sep 17 00:00:00 2001 From: Isaac Date: Tue, 2 Mar 2021 18:53:32 +0000 Subject: [PATCH] Update CONTRIBUTING.md --- .github/CONTRIBUTING.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index de8d731..4acf9cd 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -67,6 +67,7 @@ Any code changes should be accompanied by any necessary documentation changes. You should install the ESLint extension in your editor help you follow the code style. - Use single quotes +- Classes should be named in PascalCase - Functions should be named in camelCase - Variables and constants should be named in snake_case