Hacking Banjo
History Key
- New content
Removed content
Recent Versions
Choose two versions to compare, or click the link to view it.
Getting the Source
Since we use Mercurial, getting the source requires cloning the Assembla banjo repository:
hg clone http://hg.assembla.com/banjo
Contributing Your Changes Back
You need to request write permission to contribute your changes back to the Banjo project. The mailing list is a good place to do this.
Mercurial makes thisuploading code easy. JustAs you edit the code, use hg to individually check your changes into your copy of the repository. Be sure to provide a good log message so team members know why you made the change. When you are ready for others to use your changes, just push,commithg push and all your changes should go back to the Assembla repo which you originally cloned.
You need to make sure to include the same email address you have registered with Assembla, or Assembla will see your commit as "Anonymous".