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 F1B3A2009F9 for ; Mon, 23 May 2016 22:56:44 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id F03C5160A05; Mon, 23 May 2016 20:56:44 +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 45576160A0E for ; Mon, 23 May 2016 22:56:44 +0200 (CEST) Received: (qmail 87079 invoked by uid 500); 23 May 2016 20:56:43 -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 87070 invoked by uid 99); 23 May 2016 20:56:43 -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:43 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 4EF53DFDD0; Mon, 23 May 2016 20:56:43 +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: <8750eeed434d413f941c7fba4ba19aad@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: cordova-plugin-splashscreen git commit: Add pull request template. Date: Mon, 23 May 2016 20:56:43 +0000 (UTC) archived-at: Mon, 23 May 2016 20:56:45 -0000 Repository: cordova-plugin-splashscreen Updated Branches: refs/heads/master 1eac08c55 -> 4102589bd Add pull request template. Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/commit/4102589b Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/tree/4102589b Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/diff/4102589b Branch: refs/heads/master Commit: 4102589bd55b9cc165c9e464603132cf79395618 Parents: 1eac08c Author: Nikhil Khandelwal Authored: Mon May 23 13:54:00 2016 -0700 Committer: Nikhil Khandelwal Committed: Mon May 23 13:54:00 2016 -0700 ---------------------------------------------------------------------- .github/PULL_REQUEST_TEMPLATE.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/blob/4102589b/.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