Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 8FE85200BA5 for ; Wed, 5 Oct 2016 07:30:58 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 8E6F5160ADC; Wed, 5 Oct 2016 05:30:58 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id CD524160ACC for ; Wed, 5 Oct 2016 07:30:57 +0200 (CEST) Received: (qmail 62309 invoked by uid 500); 5 Oct 2016 05:30:57 -0000 Mailing-List: contact commits-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list commits@cordova.apache.org Received: (qmail 62300 invoked by uid 99); 5 Oct 2016 05:30:56 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 Oct 2016 05:30:56 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id D8533E00D6; Wed, 5 Oct 2016 05:30:56 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: shazron@apache.org To: commits@cordova.apache.org Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: webworks commit: Add github pull request template Date: Wed, 5 Oct 2016 05:30:56 +0000 (UTC) archived-at: Wed, 05 Oct 2016 05:30:58 -0000 Repository: cordova-blackberry Updated Branches: refs/heads/master a46f8c67e -> 7883b9b06 Add github pull request template Project: http://git-wip-us.apache.org/repos/asf/cordova-blackberry/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-blackberry/commit/7883b9b0 Tree: http://git-wip-us.apache.org/repos/asf/cordova-blackberry/tree/7883b9b0 Diff: http://git-wip-us.apache.org/repos/asf/cordova-blackberry/diff/7883b9b0 Branch: refs/heads/master Commit: 7883b9b0666002cad376a28eb119f63f7c4381b9 Parents: a46f8c6 Author: Shazron Abdullah Authored: Tue Oct 4 22:30:53 2016 -0700 Committer: Shazron Abdullah Committed: Tue Oct 4 22:30:53 2016 -0700 ---------------------------------------------------------------------- .github/PULL_REQUEST_TEMPLATE.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-blackberry/blob/7883b9b0/.github/PULL_REQUEST_TEMPLATE.md ---------------------------------------------------------------------- diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..91582f4 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,22 @@ + + +### Platforms affected + + +### What does this PR do? + + +### What testing has been done on this change? + + +### Checklist +- [ ] [Reported an issue](http://cordova.apache.org/contribute/issues.html) in the JIRA database +- [ ] Commit message follows the format: "CB-3232: (android) Fix bug with resolving file paths", where CB-xxxx is the JIRA ID & "android" is the platform affected. +- [ ] Added automated test coverage as appropriate for this change. --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org For additional commands, e-mail: commits-help@cordova.apache.org