From 61d96cd9714371f72615c466891bd1b8bc74cdd1 Mon Sep 17 00:00:00 2001 From: Don HO Date: Tue, 7 Mar 2023 04:12:05 +0100 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 8d12424f5..ec5cce2af 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -39,6 +39,7 @@ Opening an issue beforehand allows the administrators and the community to discu 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 with title started with `TYPO` to request the changing. 8. Address the review change requests by pushing new commits to the same PR. Avoid amending a commit and then force pushing it. All the PR commits are squashed before merging to the main branch. +9. Finally, please test your pull requests, at least once. In short: The easier the code review is, the better the chance your pull request will get accepted.