Skip to content

2.4.1 Guidelines for accepting pull requests

Geert Hofman edited this page Jun 5, 2015 · 1 revision

#How to make a chance for being an OWAES collaborator After forking OWAES you can start developing on the 0-work branch.

Cloning a specific branch:
With HTTPS: git clone -b 0-work --single-branch https://github.com/<username>/owaes.git
With SSH: git clone -b 0-work --single-branch [email protected]:<username>/owaes.git

More information about SSH keys: https://help.github.com/articles/generating-ssh-keys

Practical information about pull requests: https://help.github.com/articles/creating-a-pull-request/

If you haven't read it, yet. You can find the necessary commands to start developing in [using Git](Using Git). And if it's not enough, you can use the git-documentation. Git-documentation goes through all the necessary steps from changing code to pushing the code in the repository with screenshots.