summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJens Geyer <jensg@apache.org>2019-09-22 11:04:07 +0200
committerJens Geyer <jensg@apache.org>2019-09-22 11:04:07 +0200
commit2a95441275a1e137893d9c788885164b7c756bdc (patch)
tree7a2dea831220c0e71e86961f3eaef572813c67e0 /doc
parent5e9203b2b239794bac5338b638e3a9c30efc1932 (diff)
downloadthrift-2a95441275a1e137893d9c788885164b7c756bdc.tar.gz
FIX: minor spelling issue at http://thrift.apache.org/docs/committers/HowToCommit
Diffstat (limited to 'doc')
-rw-r--r--doc/committers.md11
1 files changed, 5 insertions, 6 deletions
diff --git a/doc/committers.md b/doc/committers.md
index dcdd7b791..2326711d9 100644
--- a/doc/committers.md
+++ b/doc/committers.md
@@ -28,17 +28,16 @@
1. The commit message should be in the format:
- THRIFT-###:<Jira description>
+ THRIFT-####:<Jira description>
Client: <component>
Patch: <Name of person contributing the patch>
Description of what was fixed or addressed.
- <%
- if this is a github pull request then add below comment
- to automaticaly close GitHub request.
- %>
- This closes #XX
+ If this is a github pull request then add below comment to automaticaly close GitHub request,
+ where #NNNN is the PR number:
+
+ This closes #NNNN
1. Double check the patch committed and that nothing was missed then push the patch