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 3F5AD200BA5 for ; Wed, 5 Oct 2016 07:31:18 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 3DF7F160ADC; Wed, 5 Oct 2016 05:31:18 +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 84350160ACC for ; Wed, 5 Oct 2016 07:31:17 +0200 (CEST) Received: (qmail 62526 invoked by uid 500); 5 Oct 2016 05:31:16 -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 62517 invoked by uid 99); 5 Oct 2016 05:31:16 -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:31:16 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 94913E00D6; Wed, 5 Oct 2016 05:31:16 +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: <1d42c0e75ec2485dbc60f9bf946a926e@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: cordova-registry-web git commit: Add github pull request template Date: Wed, 5 Oct 2016 05:31:16 +0000 (UTC) archived-at: Wed, 05 Oct 2016 05:31:18 -0000 Repository: cordova-registry-web Updated Branches: refs/heads/master a02f6282d -> 3b920449f Add github pull request template Project: http://git-wip-us.apache.org/repos/asf/cordova-registry-web/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-registry-web/commit/3b920449 Tree: http://git-wip-us.apache.org/repos/asf/cordova-registry-web/tree/3b920449 Diff: http://git-wip-us.apache.org/repos/asf/cordova-registry-web/diff/3b920449 Branch: refs/heads/master Commit: 3b920449ffc6bbc0fb3bde42b149c2c10d238871 Parents: a02f628 Author: Shazron Abdullah Authored: Tue Oct 4 22:31:14 2016 -0700 Committer: Shazron Abdullah Committed: Tue Oct 4 22:31:14 2016 -0700 ---------------------------------------------------------------------- .github/PULL_REQUEST_TEMPLATE.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-registry-web/blob/3b920449/.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