Merge pull request #19380 from civicrm/5.34
[civicrm-core.git] / .github / CONTRIBUTING.md
CommitLineData
e1445dcb
SM
1CiviCRM is a community-driven open-source project. It has a small, full-time
2[core team](https://civicrm.org/core-team)
3which facilitates development and works on critical issues.
4Additionally, a large community of active contributors and
5[partner organizations](https://civicrm.org/partners-contributors)
6drive much of the development work.
7
8For developers, CiviCRM maintains a comprehensive
9[Developer Guide](https://docs.civicrm.org/dev/en/latest).
10Topics of particular importance while submitting pull requests include:
11
12* [Contributing to CiviCRM core](https://docs.civicrm.org/dev/en/latest/core/contributing/)
13* [Pull requests](https://docs.civicrm.org/dev/en/latest/tools/git/#pr)
14* [Git workflow overview](https://docs.civicrm.org/dev/en/latest/tools/git/#contributing)
15* [Writing automated tests](https://docs.civicrm.org/dev/en/latest/testing/setup/)
16* [Jenkins continuous integration](https://docs.civicrm.org/dev/en/latest/tools/jenkins/)
17* [Release Process](https://docs.civicrm.org/dev/en/latest/core/release-process/)
18* [Developer Community](https://docs.civicrm.org/dev/en/latest/basics/community/)
19
5ae3cfd6 20CiviCRM thanks you for your contributions.