From befc6d132404f7d7e075bf8b9837161b83b05abb Mon Sep 17 00:00:00 2001 From: Lars Hvam Date: Thu, 28 Apr 2016 07:54:53 +0200 Subject: [PATCH] commit often --- CONTRIBUTING.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 983c2cd10..09ad4a5b0 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -7,6 +7,7 @@ c. Variables are prefixed using the standard setting in Code Inspector check "Ex d. abapGit is targeted for version 702, so the code should only contain expressions/statements that works on 702 +e. commit often, whenever something is working, and is a step in the right direction do a commit or PR. This way other contributors can see the changes, and it will minimize the risk of merge conflicts. External Links: https://guides.github.com/activities/contributing-to-open-source/