-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Contributing
The gameplay3d.io project would like to build a strong 3D indie community working together supporting cross-platform gaming.
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.
This branch is only accepting bug fixes at this time.
- Create your own developer fork.
Use the Fork button on the github website to clone the project to your username.
- clone your own fork of the repo.
git clone https://github.com/<username>/GamePlay.git
- Add 'upstream' remote for the main propo
git remote add upstream https://github.com/gameplay3d/GamePlay.git
To pull adhoc changes from the main gameplay3d/Gameplay 'master' branch into your developer fork:
git pull upstream master
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.