summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorJames E. King III <jking@apache.org>2019-06-23 08:40:36 -0400
committerGitHub <noreply@github.com>2019-06-23 08:40:36 -0400
commitd886ab291dbde2cac695b3586d41f278e4ffadfc (patch)
treef4423fb952fbafba7eed2eb1289d1f9a2c4985e3 /.github
parent99ae730c5dac4c7a16e1d706ee56ca3e132fce29 (diff)
downloadthrift-d886ab291dbde2cac695b3586d41f278e4ffadfc.tar.gz
Add a PR checklist item for skipping CI [skip ci]
Diffstat (limited to '.github')
-rw-r--r--.github/pull_request_template.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md
index edd7befe8..04188b02d 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: