From 1581833f987298289356cbf633298247b326777c Mon Sep 17 00:00:00 2001 From: Don HO Date: Wed, 12 Aug 2020 14:20:52 +0200 Subject: [PATCH] Fix a typo Fix #8695 --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 5a389067..5d2f3960 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -33,7 +33,7 @@ Opening a issue beforehand allows the administrators and the community to discus ### Guidelines for pull requests 1. Respect Notepad++ coding style. -2. Create a new branch for each PR. **Make sure your branch name wasn't used before** - you can add date (for exemple `patch3_20200528`) to ensure its unicity. +2. Create a new branch for each PR. **Make sure your branch name wasn't used before** - you can add date (for example `patch3_20200528`) to ensure its unicity. 3. Single feature or bug-fix per PR. 4. Make single commit per PR. 5. Make your modification compact - don't reformat source code in your request. It makes code review more difficult.