diff --git a/contribute/index.html b/contribute/index.html index a3720ed65..a215f8758 100644 --- a/contribute/index.html +++ b/contribute/index.html @@ -10,7 +10,23 @@ root: ..
- Link to repository, short explanation of the branches that exist. + Torque 3D's source code lives at GarageGames/Torque3D. +
+ ++ To clone a copy of the source code, you will need a git + client. We recommend the official client. Once you + have installed Git, you should follow + GitHub's forking tutorial + to make your own repository to which you can commit your code. +
+ +
+ The repository has two main branches: master and development. We
+ recommend that you do not commit any of your own code into these branches, but
+ simply pull down changes from GarageGames' repository into them. You can maintain
+ your own branch (perhaps named after your GitHub username, or the game you're working on)
+ and merge changes into it as you see fit.
- Link to GitHub issues. Reporting guidelines. + If you find a bug in the engine that you're sure you didn't cause (don't + worry, we cause bugs all the time ourselves!), please use the + GitHub issue tracker + to let us know. Please have a bit of a look at recent issues before you + do, in case someone has already noticed the same problem. And remember to + provide the following information:
+ +