blob: 5c714bced91ec6650a427cc87df1eb8930532e29 [file] [log] [blame] [view]
James E. King III85db0fe2018-04-06 08:37:11 -04001#### Instructions for Apache Thrift Pull Requests ####
2
31. All code changes require an [Apache Jira THRIFT Issue](http://issues.apache.org/jira/browse/THRIFT) ticket.
4
51. All pull requests should contain a single commit per issue, or we will ask you to squash it.
61. The pull request title must begin with the Jira THRIFT ticket identifier, for example:
7
8 THRIFT-9999: an example pull request title
9
101. Commit messages must follow this pattern for code changes (deviations will not be merged):
11
12 THRIFT-9999: [summary of fix, one line if possible]
13 Client: [language(s) affected, comma separated, use lib/ directory names please]
14
151. Remove these instructions from any pull request description.
16
17For more information about committing, see [CONTRIBUTING](CONTRIBUTING.md).