Skip to content

Launch Starshot on Drupal Forge. Contribute in a cloud development environment.

License

Notifications You must be signed in to change notification settings

devpanel/starshot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About Drupal Starshot

Starshot

Launch the Drupal Starshot prototype on Drupal Forge. If you launch with a cloud development environment, you can use it to contribute to Starshot.

Contributing to Starshot

  1. Fork the Starshot prototype repository.

  2. Open DevPanel VS Code and run the following commands:

    cd /var/www/html/starshot-prototype
    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 starshot-prototype repository.

About

Launch Starshot on Drupal Forge. Contribute in a cloud development environment.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published