You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@griffin.apache.org by Henry Saputra <he...@gmail.com> on 2017/04/06 19:04:38 UTC

Re: contributing process and convention

We should add these steps to website.

I am thinking about having wiki page too for the discussion.

What do you guys think?

- Henry

On Thu, Mar 30, 2017 at 4:04 AM, William Guo <gu...@apache.org> wrote:

> contributing process is
>
> 1 create jira ticket first
> 2 create one new branch for this task
> 3 commit and send pr ://please associate related JIRA TICK in your comments
> 3.1 our script will search your ticket and close it by regex as
> re.findall("GRIFFIN-[0-9]{1,5}",comments)
> 4 admin will review and accept your pr as contributing.
>
>
> Thanks,
> William
>