From 4a13928a2721259f9f4cf06814a6cfee6667bbb5 Mon Sep 17 00:00:00 2001 From: Vasiliy Kudriavtsev Date: Fri, 11 Jun 2021 13:38:42 +0300 Subject: [PATCH] Avoid creating unnessary wrapper for empty map --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a236224cb5..2400b729b4 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -72,7 +72,7 @@ to start a discussion first or have already created an issue, once a pull reques created, we will close the issue as superseded by the pull request, and the discussion about the issue will continue under the pull request. -1. Always check out the `master` branch and submit pull requests against it +1. Always check out the `main` branch and submit pull requests against it (for target version see [settings.gradle](settings.gradle)). Backports to prior versions will be considered on a case-by-case basis and reflected as the fix version in the issue tracker.