Contribution

From CEGUI Wiki - Crazy Eddie's GUI System (Open Source)
Revision as of 12:23, 25 September 2011 by Kornerr (Talk | contribs) (Created page with "The article describes how you can contribute to a CEGUI project with the help of [http://bitbucket.org BitBucket]. We prefer your contribution through BitBucket, because it simp...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

The article describes how you can contribute to a CEGUI project with the help of BitBucket.

We prefer your contribution through BitBucket, because it simplifies the development process for both you and us. If your contribution needs a bit more tuning, we just say so and you make another commit to your BitBucket repository. After we are satisfied with the quality of the fixes, we simply pull them from you repository. And since your repository is located under your nickname, we will know you can be trusted. So it's a win-win for everybody.

If you prefer video tutorials, you can watch this tutorial.

Note: This tutorial describes contribution to CEED (CEGUI Editor) as an example.

1. Import CEED repository to BitBucket

Go to Repositories -> import repository.

Input the following:

Source Mercurial repository
URL http://crayzedsgui.hg.sourceforge.net/hgroot/crayzedsgui/CEED
Requires authorization No
Name CEED
Private No
Language Python (CEGUI itself is C++)
Description CEED contribution
Website Leave blank
Wiki Leave blank
Issue tracking Leave blank

Press Import.

BitBucket will import the repository:

Ceed contrib import repo.png

Wait a bit, and you're done:

Ceed contrib import repo done.png

CONTINUE HERE