Create disposable
Drupal dev sites with
Cloud IDE - in less
than 10 seconds.
All for FREE!
 

Drupal Starshot

Contribute to Drupal CMS in a cloud development environment. Starshot is an initiative to develop Drupal CMS, a distribution for non-technical users.

Contributing to Drupal CMS

  1. Review the Drupal CMS issue queue. Find or create an issue for your contribution.
  2. Create or get push access to the issue fork.
  3. Open a terminal in the cloud dev environment and run the following commands:

    cd /var/www/html/repos/drupal/drupal_cms
    git remote add -t <issue_branch> drupal_cms-<issue_number> https://<drupal.org_username>:<personal_access_token>@git.drupalcode.org/issue/drupal_cms-<issue_number>.git

    It is best practice to generate a personal access token rather than use your drupal.org password for <personal_access_token>.

  4. Check out the branch for your issue:

    git checkout -b <issue_branch>
  5. When you have committed your work, update the branch and push your changes:

    git pull --rebase
    git push

Contributing to other projects

  1. Clone project repositories in the repos directory. To avoid project name collisions, use subdirectories to separate projects from different sources.
  2. Either symlink project files to where they are needed or add them to composer.json.