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 AEBE3200BA5 for ; Wed, 5 Oct 2016 06:47:35 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id AD56F160ADC; Wed, 5 Oct 2016 04:47:35 +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 F32A8160ACC for ; Wed, 5 Oct 2016 06:47:34 +0200 (CEST) Received: (qmail 91247 invoked by uid 500); 5 Oct 2016 04:47:34 -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 91238 invoked by uid 99); 5 Oct 2016 04:47:34 -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 04:47:34 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id EA8AFE009E; Wed, 5 Oct 2016 04:47:33 +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: <3832f9e66ca8418d9b36b7cd9cd4dc65@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: ios commit: CB-11920 - Add github pull request template Date: Wed, 5 Oct 2016 04:47:33 +0000 (UTC) archived-at: Wed, 05 Oct 2016 04:47:35 -0000 Repository: cordova-ios Updated Branches: refs/heads/master 9c9b6dee7 -> 0231fcbd1 CB-11920 - Add github pull request template Project: http://git-wip-us.apache.org/repos/asf/cordova-ios/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-ios/commit/0231fcbd Tree: http://git-wip-us.apache.org/repos/asf/cordova-ios/tree/0231fcbd Diff: http://git-wip-us.apache.org/repos/asf/cordova-ios/diff/0231fcbd Branch: refs/heads/master Commit: 0231fcbd159258eb9a22fa7c5a1bc0bd527c9e3d Parents: 9c9b6de Author: Shazron Abdullah Authored: Tue Oct 4 21:47:29 2016 -0700 Committer: Shazron Abdullah Committed: Tue Oct 4 21:47:29 2016 -0700 ---------------------------------------------------------------------- .github/PULL_REQUEST_TEMPLATE.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-ios/blob/0231fcbd/.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