From 49ddd6cb5959c5c7d44a64f53b35d1089560e9ea Mon Sep 17 00:00:00 2001 From: Krunal Shah Date: Thu, 3 Mar 2022 15:24:51 +0530 Subject: [PATCH] Update CONTRIBUTING.md (#2036) --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 1694468fd0..dbef284007 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -8,7 +8,7 @@ Contributions are what make the open source community such an amazing place to b The development branch is `main`. This is the branch that all pull requests should be made against. The changes on the `main` -branch are tagged into a release biweekly. +branch are tagged into a release monthly. To develop locally: @@ -51,7 +51,7 @@ Please be sure that you can make a full production build before pushing code. ## Testing -More info on how to add new tests comming soon. +More info on how to add new tests coming soon. ### Running tests