Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 1.14 KB

CONTRIBUTING.md

File metadata and controls

16 lines (11 loc) · 1.14 KB

Contributing to Acquia Drupal CMS Project

External Contributions

Like all open source software, you are permitted and encouraged to extend Acquia Drupal CMS Project as much as you like - via version control and build systems you maintain.

We accept suggestions for Acquia Drupal CMS Project through our Github issue queue. You may submit patches through our issue queue on Drupal.org.

Internal Acquia Contributions

Contributing to Acquia Drupal CMS Project requires the ability to push branches to the repository, since we can not use forks. If you need access, speak to Acquia Drupal CMS Project engineering leadership.

git checkout develop git pull git checkout -b ACMS-123/event-content-type Once the branch is open, you can make as many commits to it as you like. All commit messages must be prefixed by the ticket number. For example: ACMS-123: Add the event content type (note the lack of a period at the end of the commit message) is a good example of a commit message.

When you're ready for your work to be reviewed, open a pull request to merge your branch into the develop branch. You should also periodically sync and rebase against develop.