From 4576d26bf7e6da15fc2254983fb3eef8174d2509 Mon Sep 17 00:00:00 2001 From: Florent De'Neve Date: Thu, 18 Mar 2021 16:07:03 +0000 Subject: [PATCH] Update CONTRIBUTING.md Add guideline to not force push --- CONTRIBUTING.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index bb00f06c95de..432d980d7119 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -44,6 +44,7 @@ We are currently managing payment via Upwork. If you'd like to be paid for your 1. CLA - You must sign our [Contributor License Agreement](https://github.com/Expensify/Expensify.cash/blob/master/CLA.md) by following the CLA bot instructions that will be posted on your PR 1. Tests - All tests must pass before a merge of a pull request 1. Lint - All code must pass lint checks before a merge of a pull request +1. Please never force push when a PR review has already started (because this messes with the PR review history) #### Testing Upon submission of a PR, please include a numbered list of explicit testing steps for each platform (Web, Desktop, iOS, and Android) to confirm the fix works as expected and there are no regressions.