devpanel-demo / backdrop-cms-quickstart

GNU General Public License v2.0
0 stars 1 forks source link

Backdrop CMS image

Backdrop CMS

Launch Backdrop CMS on Drupal Forge. If you launch with a cloud development environment, you can use it to contribute to Backdrop CMS Quickstart.


Launch Backdrop CMS

Contributing to Backdrop CMS Quickstart

  1. Fork the Backdrop CMS Quickstart repository.

  2. After launching Backdrop CMS, open DevPanel VS Code then open terminal and run the following commands:

    cd /var/www/html/
    git remote add <github_username> https://<github_username>:<github_personal_token>@github.com/<github_username>/<github_repo>

    It is best practice to generate a GitHub personal access token rather than to use your GitHub password for <github_personal_token>. If you use a classic access token, it needs the repo permission. If you use a fine-grained access token, it needs read and write access to repository contents.

  3. Create a branch for your issue:

    git checkout -b <issue-branch>
  4. When you have committed your work, push the branch to your fork:

    git push -u <github_username> HEAD
  5. Create a GitHub pull request from your fork back to the official Backdrop CMS Quickstart repository.