Versions Compared

Key

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

...

The Apache Griffin community is eager to help and to answer your questions. We have a user mailing list.

dev@griffin.incubator.apache.org

To subscribe dev list

To unsubscribe dev list

File a bug report

Please let us know if you experienced a problem with Griffin and file a bug report. Open Griffin’s JIRA and click on the blue Create button at the top. Please give detailed information about the problem you encountered and, if possible, add a description that helps to reproduce the problem.

...

Most communication in the Apache Griffin community happens on two mailing lists:

The user mailing lists users@griffin.incubator.apache.org is the place where users of Apache Griffin ask questions and seek for help or advice. Joining the user list and helping other users is a very good way to contribute to Griffin’s community.

The development mailing list dev@griffin.incubator.apache.org is the place where Griffin developers exchange ideas and discuss new features, upcoming releases, and the development process in general. If you are interested in contributing code to Griffin, you should join this mailing list.

...

  • Create jira ticket to specify what you want to do

    Code Block
    languagebash
    create ticket here.
    https://issues.apache.org/jira/browse/GRIFFIN



  • Create one new branch for this task

    Code Block
    languagebash
    # first fork this to your own repo -- https://github.com/apache/incubator-griffin.git
    # 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

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



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

...