Versions Compared

Key

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

...

  • Create jira ticket to specify what you want to do

    1
    Code Block
    language
    2
    bash
    create ticket here.

    
    https://issues.apache.org/jira/browse/GRIFFIN



  • Create one new branch for this task

    1
    Code Block
    2
    language
    3
    bash
    # first fork this to your own repo -- https://github.com/apache/incubator-griffin.git

    git clone
    
    # then clone your own repo to your local workspace
    git clone https://github.com/{YOURNAME}/incubator-griffin.git

    
    # code and push to your repository



  • Commit and send PR to us

    1
    2

    ###please associate related JIRA TICK in your comments
    git commit -am "For task GRIFFIN-10 , blabla..."


  • GRIFFIN PPMC will review and accept your pr as contributing.

...