Files
espocrm/.github/CONTRIBUTING.md
2024-01-27 14:09:38 +02:00

1.0 KiB
Raw Blame History

Issues

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", "useless feature", 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.

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).

Before we can merge your pull request, you need to accept our CLA here.

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.