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 BFB742009F9 for ; Mon, 23 May 2016 22:56:22 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id BE47B160A0E; Mon, 23 May 2016 20:56:22 +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 14424160A05 for ; Mon, 23 May 2016 22:56:21 +0200 (CEST) Received: (qmail 85170 invoked by uid 500); 23 May 2016 20:56:21 -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 85161 invoked by uid 99); 23 May 2016 20:56:21 -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; Mon, 23 May 2016 20:56:21 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 2E9C3DFDD0; Mon, 23 May 2016 20:56:21 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: nikhilkh@apache.org To: commits@cordova.apache.org Message-Id: <536cf9aa3d9e45f1a67ca03f33e974e8@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: cordova-plugin-device git commit: Add pull request template. Date: Mon, 23 May 2016 20:56:21 +0000 (UTC) archived-at: Mon, 23 May 2016 20:56:22 -0000 Repository: cordova-plugin-device Updated Branches: refs/heads/master e87058377 -> 6806bd7e4 Add pull request template. Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device/commit/6806bd7e Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device/tree/6806bd7e Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device/diff/6806bd7e Branch: refs/heads/master Commit: 6806bd7e433f91c10a48a9b6a0f6f43be6f7c223 Parents: e870583 Author: Nikhil Khandelwal Authored: Mon May 23 13:53:59 2016 -0700 Committer: Nikhil Khandelwal Committed: Mon May 23 13:53:59 2016 -0700 ---------------------------------------------------------------------- .github/PULL_REQUEST_TEMPLATE.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugin-device/blob/6806bd7e/.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..4bd6da9 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,23 @@ + + +### Platforms affected + + +### What does this PR do? + + +### What testing has been done on this change? + + +### Checklist +- [ ] [ICLA](http://www.apache.org/licenses/icla.txt) has been signed and submitted to secretary@apache.org. +- [ ] [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