From 0bbe0c1310c5904b44fba60435e28ba022aca224 Mon Sep 17 00:00:00 2001 From: Muhammad Falak R Wani Date: Wed, 17 Nov 2021 23:45:16 +0530 Subject: [PATCH] CONTRIBUTING: clarify guideline for new PRs (#7450) --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 2a1ac5646..7ea022c86 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -23,7 +23,7 @@ Just open an issue or send a pull request and we'll incorporate it as soon as po To get started, please [sign](https://cla-assistant.io/tldr-pages/tldr) the [Contributor License Agreement](https://gist.github.com/waldyrious/e50feec13683e565769fbd58ce503d4e). -*Note*: when submitting a new command, don't forget to check if there's already a pull request in progress for it. +*Note*: when submitting a new command, please base your PR against the `main` branch, and check if there's already a pull request in progress for it. ## Guidelines