In order to contribute to the development of this package, we need to implement two key procedures as described below.
First we need to fork the original repository and clone it onto your personal workspace.
Fork this repository from GitHub onto your personal account
Clone this repository onto your personal workspace
$ git clone https://github.com/<youraccount>/demystas
$ git remote add upstream https://github.com/pik-piam/demystas
$ git fetch upstream
$ git checkout master
$ git merge upstream/master
dev
.$ git checkout master
$ git branch dev
$ git checkout dev
Now, you can start to make changes to your dev
branch.
Once your changes to the dev
branch are complete, please add and commit them with concise commit messages.
master
branch to absorb newly committed changes from the original repository$ git fetch upstream
$ git checkout master
$ git merge upstream/master
dev
branch based on these.$ git checkout dev
$ git rebase master
dev
branch.$ git push -u origin dev
Go to the forked repository on your GitHub page. Navigate to the dev
branch and click the pull request button. Describe the contents/crux of your pull request. Once all is well, submit the pull request.
The proposed changes will be reviewed and we will revert regarding the merging process.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.