You are viewing a plain text version of this content. The canonical link for it is here.
Posted to infrastructure-issues@apache.org by "Sergio Fernández (JIRA)" <ji...@apache.org> on 2016/06/20 06:36:05 UTC

[jira] [Created] (INFRA-12143) Setup a PR Auto-Responder on Marmotta github mirror

Sergio Fernández created INFRA-12143:
----------------------------------------

             Summary: Setup a PR Auto-Responder on Marmotta github mirror
                 Key: INFRA-12143
                 URL: https://issues.apache.org/jira/browse/INFRA-12143
             Project: Infrastructure
          Issue Type: Task
          Components: Github
            Reporter: Sergio Fernández
            Priority: Minor


We'd like to add a PR hook to fire a message with the following markdown when someone opens a PR to our mirror at github:

{code:none}
Be sure to do all of the following to help us incorporate your contribution quickly and easily:

- [ ] Make sure the PR title is formatted like: `[MARMORRA-<Jira issue #>] Description of pull request` (- [ ]  (replace `<Jira issue #>` in the title with the actual Jira issue number; if there is no one, create it before)
- [ ] Make sure tests pass via mvn clean verify. (Even better, enable Travis-CI on your fork and ensure the whole test matrix passes).
- [ ] If this contribution is large, please file an [Apache Individual Contributor License Agreement](https://www.apache.org/licenses/icla.txt).
{code}

[Beam #480|https://github.com/apache/incubator-beam/pull/480] is a good example where I inspired from.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)