You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Zoran Regvart (Jira)" <ji...@apache.org> on 2020/06/27 19:09:00 UTC

[jira] [Commented] (CAMEL-13704) Add github pull request template for PR instruction

    [ https://issues.apache.org/jira/browse/CAMEL-13704?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17147064#comment-17147064 ] 

Zoran Regvart commented on CAMEL-13704:
---------------------------------------

We need this for the https://github.com/apache/camel-website/ repository as well.

> Add github pull request template for PR instruction
> ---------------------------------------------------
>
>                 Key: CAMEL-13704
>                 URL: https://issues.apache.org/jira/browse/CAMEL-13704
>             Project: Camel
>          Issue Type: Task
>          Components: website
>            Reporter: Willem Jiang
>            Priority: Major
>              Labels: help-wanted
>          Time Spent: 50m
>  Remaining Estimate: 0h
>
> It's standard procedure to accept the big contribution with iCLA granted in ASF.
> We should list this information when the contributor send the PR by specifying a PR template for github.  It could be annoying for the experienced contributors, but it could save us some time for the new contributors. 
> Here is a draft I have, please add comment for it.
> {code}
>  - [ ] Make sure there is a [JIRA issue](https://issues.apache.org/jira/browse/CAMEL) filed for the change (usually before you start working on it).  Trivial changes like typos do not require a JIRA issue.  Your pull request should address just this issue, without pulling in other changes.
>  - [ ] Each commit in the pull request should have a meaningful subject line and body.
>  - [ ] Format the pull request title like `[CAMEL-XXX] Fixes bug in camel-file component`, where you replace `CAMEL-XXX` with the appropriate JIRA issue.
>  - [ ] Write a pull request description that is detailed enough to understand what the pull request does, how, and why.
>  - [ ] Run `mvn clean install` in your module to make sure basic checks pass. A more thorough check will be performed on your pull request automatically.
>  - [ ] If this contribution is large, please file an Apache [Individual Contributor License Agreement](https://www.apache.org/licenses/icla.pdf).
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)