From dc5610fafef6a06cae1e61e8053c9d729f9efcbc Mon Sep 17 00:00:00 2001 From: Sreekaran Date: Thu, 20 Oct 2022 14:07:05 -0700 Subject: [PATCH] :sparkles: Add formatting guidelines to contributing.md --- CONTRIBUTING.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 53d2b43..0e6a602 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -18,6 +18,8 @@ - Write meaningful commit messages and include the number (`#`) of the issue being resolved (if any) at the end of the commit message. Example: `:bug: fix: Resolve 'isCorrect' function error (#0)` + + - Format your code with [Prettier](https://prettier.io/), and set "printWidth" to 80. - Open a Pull Request (PR). - [Learn how to open a PR](https://github.com/firstcontributions/first-contributions).