From 4071778232ed6f6f19331836546d395d92346b38 Mon Sep 17 00:00:00 2001 From: Jiri Cincura Date: Thu, 31 Aug 2017 09:39:50 +0200 Subject: [PATCH] Contributing --- CONTRIBUTING.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 4d97e7268..3ea5e4b7f 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -6,6 +6,7 @@ Thanks for considering contributing. Here are some items to consider before star * Before you start working on something announce your intention on the mailing list (or in comment in tracker). * Issue only complete PRs (no WIPs). * Make sure your PR doesn't contain unneccessary changes (whitespaces, new lines, ...). +* Consider squashing your commits. * Follow existing code formatting/styling (even for new files). * Make sure you swept all corners (i.e. all build configurations are fine, works with all Firebird version, etc.). * Make sure your changes merge without conflicts.