From 66b85bf4e9dc76a072a3cd035b5ec7bd017b72d7 Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Sun, 19 Mar 2023 10:22:19 +0200 Subject: [PATCH] Update CONTRIBUTING.md --- .github/CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 8ac6a7f25f..d49a6635b2 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -3,7 +3,7 @@ Before we can merge your pull request, you need to accept our CLA [here](https://github.com/espocrm/cla). It's desirable that one PR solves one specific problem. Do not include code style changes to PRs -(unless the main purpose of the PR is code style fix). +(unless the main purpose of the PR is a code style fix). If you would like to contribute something that is not a small fix, it's reasonable to create an issue first (a bug report or feature request).