]> git.proxmox.com Git - ceph.git/blob - ceph/src/jaegertracing/thrift/.github/pull_request_template.md
update source to Ceph Pacific 16.2.2
[ceph.git] / ceph / src / jaegertracing / thrift / .github / pull_request_template.md
1 <!-- Explain the changes in the pull request below: -->
2
3
4 <!-- We recommend you review the checklist/tips before submitting a pull request. -->
5
6 - [ ] Did you create an [Apache Jira](https://issues.apache.org/jira/projects/THRIFT/issues/) ticket? (not required for trivial changes)
7 - [ ] If a ticket exists: Does your pull request title follow the pattern "THRIFT-NNNN: describe my issue"?
8 - [ ] Did you squash your changes to a single commit? (not required, but preferred)
9 - [ ] Did you do your best to avoid breaking changes? If one was needed, did you label the Jira ticket with "Breaking-Change"?
10 - [ ] If your change does not involve any code, add ` [skip ci]` at the end of your pull request to free up build resources.
11
12 <!--
13 The Contributing Guide at:
14 https://github.com/apache/thrift/blob/master/CONTRIBUTING.md
15 has more details and tips for committing properly.
16 -->