Skip to content
Snippets Groups Projects
Commit 5386eb00 authored by dvhirst's avatar dvhirst :older_man_tone1: Committed by GitHub
Browse files

Update hacking.md

Reading for content; editing for consistency.
parent 693ac135
No related branches found
No related tags found
No related merge requests found
## When should I edit core CiviCRM?
!!! danger
Most of the time, editing the core codebase directly
is not the recommended way for developers to customise and extend CiviCRM.
CiviCRM has multiple releases per year so direct edits to the core codebase
will create upgrade issues for you.
There are other recommended ways for the majority of scenarios:
extensions, the APIs and hooks.
Most of the time, editing the core codebase directly is not the recommended way for developers to customise and extend CiviCRM. CiviCRM has multiple releases per year so direct edits to the core codebase will create upgrade issues for you. There are other recommended ways for the majority of scenarios: extensions, the APIs, and hooks.
To help you decide, here are a couple of principles:
- Bug fixes should always be applied to core. See [Contributing to Core](/core/contributing.md) for details.
- Some (but not all) enhancements to existing features may be best applied to
core, especially if they would be useful to others.
- Some (but not all) enhancements to existing features may be best applied to core, especially if they would be useful to others.
- New features should generally be packed as Extensions.
- If you aren't familiar with CiviCRM, by far the best way to get a sense if
you should be editing core is by [talking with the CiviCRM developer community](/basics/community.md#collaboration-tools).
- If you aren't familiar with CiviCRM, by far the best way to get a sense if you should be editing core is by [talking with the CiviCRM developer community](/basics/community.md#collaboration-tools).
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment