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