From 8973e976ca51fd00df050aa5de6e93c4c2ca1f62 Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Fri, 26 Jan 2024 22:58:50 +0200 Subject: [PATCH] Update CONTRIBUTING.md --- .github/CONTRIBUTING.md | 32 +++++++++++++++----------------- 1 file changed, 15 insertions(+), 17 deletions(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index d49a6635b2..eb4a5f6271 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -1,25 +1,23 @@ -## Pull Requests - -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 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). - -Branches: - -* *master* – the develop branch; new features should be pushed to here; -* *fix* – the upcoming maintenance release; small fixes should be pushed to here. - ## Issues -We'd appreciate if you prefer posting issues on weekdays rather than weekends. - When reporting a possible bug, please provide detail steps so that we will be able to reproduce the issue. Please try not to use phrases like "very big bug", "huge issue", etc. No need to use exclamation marks as well. Note that we don't provide developer help or any kind of support on GitHub. For this, please use our [forum](https://forum.espocrm.com). + +## Pull Requests + +If you would like to contribute something that is not a small fix, please create an issue first +(a bug report or feature request). + +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 a code style fix). + +Branches: + +* *master* – the develop branch; new features should be pushed to here; +* *fix* – the upcoming maintenance release; small fixes should be pushed to here.