From e443997ce46bbcef532f2d19d2261f2a5d4748ae Mon Sep 17 00:00:00 2001 From: Kanishk Singh <67118535+kan-ish@users.noreply.github.com> Date: Mon, 6 Nov 2023 16:08:42 +0530 Subject: [PATCH] update CONTRIBUTING.md (#329) --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 89ddf6ab0..f38d04e9d 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -14,7 +14,7 @@ - Use modern JavaScript and coding standards - Write clean and understandable code - Add comments wherever necessary -- Build it responsively if mobile mobile-compatible +- Build it responsively if your app is mobile-compatible - Try to maintain the challenges in the order of their difficulty ##### Steps to Contribute JavaScript Challenge @@ -34,7 +34,7 @@ - The App should be broken down into components, each having its own files. - CSS should strictly use **module CSS** to prevent pollution in the global space. - Challenge should be added to the array of challenges `/react/src/helpers/challenges.ts` -- The component should be imported and added to their respective position in the array of challenges in `/react/src/pages/challenge/Challenge.tsx` +- The component should be imported and added to their respective position in the array of challenges in `/react/src/pages/Challenge.tsx` ##### Steps to Contribute VueJs Challenge