From 2b0bced2d3b1b25f225d0961256f1b575f79c7e8 Mon Sep 17 00:00:00 2001 From: Toni Sevener Date: Thu, 19 Nov 2020 12:49:47 -0600 Subject: [PATCH] Update process.md --- docs/process.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/process.md b/docs/process.md index 62ce78b4821..d4c0a158074 100644 --- a/docs/process.md +++ b/docs/process.md @@ -20,4 +20,4 @@ Pull request has a question that needs answering. The code change in the pull request doesn't affect more than a few files or is just a refactor. ## Merging pull requests -Generally, pull requests require code review approval from at least two other developers before merging. If a pull request is labeled as Low Impact, it can be merged after a review from one other developer. After the pull request is merged, delete the branch, unless it's the TWN branch. **Never delete the twn branch** as it's [required by translatewiki to import translations](localization.md). +Pull requests require code review approval from one other developer before merging. After the pull request is merged, delete the branch, unless it's the TWN branch. **Never delete the twn branch** as it's [required by translatewiki to import translations](localization.md).