You are welcome to contribute to PLATIN by making a pull request.
-
Check out the
develop
branch:git clone -b develop https://github.com/DARIAH-DE/PLATIN.git
cd PLATIN
-
Create your own branch for your changes and choose a custom name, e.g. addtablecolumn in this case:
git checkout -b addtablecolumn
-
Make your changes!
-
Push your branch to the repo (use same name as your local branch):
git push -u origin addtablecolumn
-
At https://github.com/DARIAH-DE/PLATIN (this repository), go to
Pull requests --> New pull request
. Then, chooseDARIAH-DE/PLATIN
from the drop-down menu as base repository, and choosedevelop
as base branch. As compare branch, choose your own branch name which you pushed to the repository in step 4. Then, click onCreate pull request
.