From c520a02ca5fe9ecf9bb782f659739d8e5fad2552 Mon Sep 17 00:00:00 2001 From: Yurii Kuznietsov Date: Sat, 22 Jun 2024 15:36:16 +0300 Subject: [PATCH] Update CONTRIBUTING.md --- .github/CONTRIBUTING.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index f5ba456730..c620dc20b2 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -4,11 +4,17 @@ When reporting a possible bug, provide detail steps so that we will be able to reproduce the issue. Try not to use phrases like "very big bug", "huge issue", "useless feature", etc. No need to use exclamation marks as well. -Steps to reproduce should be clear and unambiguous. +**Steps to reproduce** an issue should be clear and unambiguous. 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). +If you are very new to EspoCRM, it's probable that an issue you ran into is not a bug. +Condider creating a topic on our [forum](https://forum.espocrm.com/forum/general) instead. + +The issue tracker is for the benefit of the EspoCRM project. The project maintainers are going to handle issues in the project's best interest. +The maintainers have right to close issues without explanation. + ## Pull Requests We are open for contributions that are bug fixes and small improvements. If you would like to contribute something that is not a small fix, please reach out to maintainers before submitting your PR (by creating a GitHub issue).