mirror of
https://github.com/valitydev/thrift.git
synced 2024-11-07 10:48:51 +00:00
759 B
759 B
Instructions for Apache Thrift Pull Requests
-
All code changes require an Apache Jira THRIFT Issue (http://issues.apache.org/jira/browse/THRIFT)
-
Pull requests should contain a single commit per issue, or we will ask you to squash it.
-
The pull request title must begin with the Jira THRIFT ticket identifier, for example:
THRIFT-9999: an example pull request title
-
Commit messages must follow this pattern for code changes (deviations will not be merged):
THRIFT-9999: [summary of fix, one line if possible] Client: [language(s) affected, comma separated, use lib/ directory names please]
-
Remove these instructions from any pull request description.
For more information about committing, see CONTRIBUTING.md