This sections explains the prerequisites and procedures required to start working on the BBCT code.
You must download and install the following applications to access and compile the BBCT code:
This document is for developers who want to contribute to BBCT. You must follow these steps to obtain the source code from the git repository and import all of the Eclipse projects into an Eclipse workspace.
Go to the BBCT repo on GitHub and fork it.
Clone your personal BBCT repo locally.
Checkout the devel
branch. (You may need to pull it first.)
Import Eclipse projects.
Download and install any [Required Tools]. Optionally, download and install any [Suggested Tools].
Create a new branch for your own work.
As you work on a ticket, commit your changes in small, coherent increments.
When you finish, push your feature branch to your personal GitHub repo.
Issue a pull request on the BBCT repo page.
To Do: Flesh out the details for each step.
To Do: Steps 6 and 7 don't really fit the flow of the rest of the instructions.
Wiki: Contributing
Wiki: Developer Documentation
Wiki: Home
Wiki: Required Tools
Wiki: Submissions
Wiki: Suggested Tools