Dear Imran, Thank you!
Here¹s a way to do it: 0. Download and install hub.github.com 1. File JIRA issue for your fix at https://issues.apache.org/jira/browse/OODT (you will get issue id OODT-xxx where xxx is the issue ID) 2. git clone http://github.com/apache/oodt.git 3. cd oodt 4. git checkout -b OODT-xxx 5. edit files 6. git status (make sure it shows what files you expected to edit) 7. git add <files> 8. git commit -m ³fix for OODT-xxx contributed by <your username>² 9. git fork 10. git push -u <your git username> OODT-xxx 11. git pull-request Done! I¹ve added these instructions to README.md here: http://github.com/apache/oodt/ Cheers, Chris ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Chris Mattmann, Ph.D. Adjunct Associate Professor, Computer Science Department University of Southern California Los Angeles, CA 90089 USA Email: [email protected] WWW: http://sunset.usc.edu/~mattmann/ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -----Original Message----- From: "[email protected]" <[email protected]> Date: Wednesday, November 5, 2014 at 6:45 PM To: Chris Mattmann <[email protected]> Subject: Pull Request >Hello professor Mattmann, >I want to create a pull request regarding >$WORKFLOW_HOME/etc/workflow.properties (resource manager port number must >be compatible with the one used in workflow.properties). In what branch >should I commit my changes? I have no permission to create and push a new >branch to github oodt. >Thank you. > > >Best Regards, >Imran Mammadli > > >
