This is an automated email from the ASF dual-hosted git repository.

jking pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/thrift.git


The following commit(s) were added to refs/heads/master by this push:
     new d886ab2  Add a PR checklist item for skipping CI [skip ci]
d886ab2 is described below

commit d886ab291dbde2cac695b3586d41f278e4ffadfc
Author: James E. King III <jk...@apache.org>
AuthorDate: Sun Jun 23 08:40:36 2019 -0400

    Add a PR checklist item for skipping CI [skip ci]
---
 .github/pull_request_template.md | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md
index edd7bef..04188b0 100644
--- a/.github/pull_request_template.md
+++ b/.github/pull_request_template.md
@@ -1,12 +1,13 @@
 <!-- Explain the changes in the pull request below: -->
   
 
-<!-- We recommend you review the checklist before submitting a pull request. 
-->
+<!-- We recommend you review the checklist/tips before submitting a pull 
request. -->
 
 - [ ] Did you create an [Apache 
Jira](https://issues.apache.org/jira/projects/THRIFT/issues/) ticket?  (not 
required for trivial changes)
 - [ ] Does your pull request title follow the pattern "THRIFT-NNNN: describe 
my issue"?  (not required for trivial changes)
-- [ ] Did you squash your changes to a single commit?
-- [ ] Did you do your best to avoid breaking changes?  If one was needed, did 
you label the Jira ticket with "Breaking-Change"
+- [ ] Did you squash your changes to a single commit?  (not required, but 
preferred)
+- [ ] Did you do your best to avoid breaking changes?  If one was needed, did 
you label the Jira ticket with "Breaking-Change"?
+- [ ] If your change does not involve any code, add ` [skip ci]` at the end of 
your pull request to free up build resources.
 
 <!--
   The Contributing Guide at:

Reply via email to