Versions Compared

Key

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

...

Table of Contents
maxLevel4
indent20px

...

Initial Set-Up

Step 1: Configure git E-Mail

Configure git to use your Apache e-mail address.

Code Block
languagebash
git config --global user.email myusername@apache.org

Step 2:

...

Check trafodion-

...

contributors Group

Check that your GitHub user is a public member in the trafodion-contributors group. This allows some permissions with the Jenkins test server.

Step 3: Set Up Work Space

Set up your work space so that you can merge pull requests.

...