From e9b58926b4257bbd9ece362a39e8ac23b2edcd1a Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Sun, 19 Mar 2023 10:22:13 +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 b7b2e67a9f..8ac6a7f25f 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 fixes). +(unless the main purpose of the PR is 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).