From fdcd11ccc6160d51de583326441a620ad9905611 Mon Sep 17 00:00:00 2001 From: Don HO Date: Tue, 19 May 2020 19:27:09 +0200 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c58c98d48..dc0a11fb1 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -38,7 +38,7 @@ Opening a issue beforehand allows the administrators and the community to discus 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. 6. PR of reformatting (changing of ws/TAB, line endings or coding style) of source code won't be accepted. Use issue trackers for your request instead. -7. Typo fixing and code refactoring won't be accepted - please create issues to request the changing. +7. Typo fixing and code refactoring won't be accepted - please create issues with title started with `TYPO` to request the changing. In short: The easier the code review is, the better the chance your pull request will get accepted.