...
No Format |
---|
git clone https://git-wip-us.apache.org/repos/asf/github.com/apache/tajo.git tajo |
If you want to develop against a specific branch or release, visit [[https://git-wip-us.apache.org/repos/asf/tajo.gitgithub.com/apache/tajo]] and find the branch that you are interested in developing against. To copy this branch, run
No Format |
---|
git clone -b [BRANCH NAME] https://git-wip-us.apache.org/repos/asf/github.com/apache/tajo.git tajo |
Making Changes
Before you start, send a message to the Tajo developer mailing list (dev@tajo.incubator.apache.org), or file a bug report in Tajo Jira. Describe your proposed changes and check that they fit in with what others are doing and have planned for the project. Be patient, it may take folks a while to understand your requirements. Modify the source code and add some (very) nice features using your favorite IDE.
...