This is an automated email from the ASF dual-hosted git repository.
jensg pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/thrift.git
The following commit(s) were added to refs/heads/master by this push:
new 2a95441 FIX: minor spelling issue at
http://thrift.apache.org/docs/committers/HowToCommit
2a95441 is described below
commit 2a95441275a1e137893d9c788885164b7c756bdc
Author: Jens Geyer <[email protected]>
AuthorDate: Sun Sep 22 11:04:07 2019 +0200
FIX: minor spelling issue at
http://thrift.apache.org/docs/committers/HowToCommit
---
doc/committers.md | 11 +++++------
1 file changed, 5 insertions(+), 6 deletions(-)
diff --git a/doc/committers.md b/doc/committers.md
index dcdd7b7..2326711 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