You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@oodt.apache.org by ma...@apache.org on 2014/11/06 03:38:48 UTC

svn commit: r1637030 - /oodt/trunk/README.md

Author: mattmann
Date: Thu Nov  6 02:38:48 2014
New Revision: 1637030

URL: http://svn.apache.org/r1637030
Log:
Update README with Git instructions.

Modified:
    oodt/trunk/README.md

Modified: oodt/trunk/README.md
URL: http://svn.apache.org/viewvc/oodt/trunk/README.md?rev=1637030&r1=1637029&r2=1637030&view=diff
==============================================================================
--- oodt/trunk/README.md (original)
+++ oodt/trunk/README.md Thu Nov  6 02:38:48 2014
@@ -31,6 +31,28 @@ this directory:
 
 For the Python components, see the "agility" subdirectory.
 
+Contributing
+============
+To contribute a patch, follow these instructions (note that installing
+[Hub](http://hub.github.com) is not strictly required, but is recommended.
+
+```
+0. Download and install [Hub](hub.github.com)
+1. File JIRA issue for your fix at [The OODT JIRA issue tracker](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
+```
+
+
 License (see also LICENSE.txt)
 ==============================