Skip to content

Contributing

Sean Taylor edited this page Apr 5, 2016 · 8 revisions

The gameplay3d.io project would like to build a strong 3D indie community working together supporting cross-platform gaming.

Developers Welcome!

If you are interested in contributing to the project, send me an email. You can send the email to me (Sean Taylor/seanpaultaylor) at [email protected]. I will find some issues/features that we have which you are interested in to work on in one of the 'next' milestones.

'master' branch

This branch is only accepting bug fixes at this time.

Contributor Developer Setup:

  1. Create your own developer fork.

Use the Fork button on the github website to clone the project to your username.

  1. clone your own fork of the repo.

git clone https://github.com/<username>/GamePlay.git

  1. Add 'upstream' remote for the main propo

git remote add upstream https://github.com/gameplay3d/GamePlay.git

Pulling from 'upstream'

To pull adhoc changes from the main gameplay3d/Gameplay 'master' branch into your developer fork:

git pull upstream master

Submitting changes (Pull Requests)

All submitted changes should be from your forked branch. Use the Pull Request page from the website to make a request to pull your requested changes into the gameplay3d/GamePlay 'master' branch.

Clone this wiki locally