Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

You create a private fork of Trafodion on https://github.com/apache/incubator-trafodion. Use the fork button top-right on the page to create your fork, which will be named <your-git-id>_fork.

...

Code Block
languagebash
titleClone Trafodion Repository
# Move to the directory where you want to install the Trafodion source code.
cd mysource

# Clone the Trafodion source code
git clone git://git.apache.org/incubator-trafodion.git

# Change to the Trafodion source-tree directory
cd incubator-trafodion
 
# Register your fork as a remote branch
git remote add trafdeveloper_fork git@github.com:trafdeveloper/incubator-trafodion

At this point, you’ve finished all preparation steps. Now, you can start making changes.

...

  1.  Go to https://github.com/apache/incubator-trafodion
  2. Click the green Create Pull Request button. 
  3. Review changes one more time before clicking Create Pull Request.

...

The pull request gets reviewed by the committers and other contributors. Once you get a consensus, the committer merges your changes into the target incubator- trafodion branch. Check your e-mail for comments.

...