-
Notifications
You must be signed in to change notification settings - Fork 15
Development workflow
Inigo San Gil edited this page Feb 5, 2014
·
4 revisions
How can I contribute to the DEIMS install profile?
- Fork the https://github.com/lter/deims repository
- Create a new branch from the 7.x-1.x branch, and commit your changes
- Submit your branch as a pull request to the source repo
- A DEIMS maintainer will approve or reject the pull request
- A DEIMS maintainer will then push the 7.x-1.x Github branch to Drupal.org
- Submit an issue with a patch to https://drupal.org/project/issues/deims
- A DEIMS maintainer will apply and commit your patch to the 7.x-1.x branch on https://github.com/lter/deims
- A DEIMS maintainer will then push the 7.x-1.x Github branch to Drupal.org
- Log in to https://drupal.org/project/deims/git-instructions and copy the remote URL inside the Setting up this repository in your local environment for the first time area, which should look like [email protected]:project/deims.git
- In your existing DEIMS git clone, run git remote add drupalorg [email protected]:project/deims.git replacing the last part with the part from step 1.
- Make sure you're on the 7.x-1.x branch in your git checkout, and then run git push drupalorg 7.x-1.x to push the changes to Drupal.org.