This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch site
in repository https://gitbox.apache.org/repos/asf/calcite.git


The following commit(s) were added to refs/heads/site by this push:
     new a0cfda8a6c [CALCITE-6194] Contributor rules do not give instructions 
about how to quote commits
a0cfda8a6c is described below

commit a0cfda8a6ca27e3e31baa5b580b3dcbc2529bd31
Author: Mihai Budiu <[email protected]>
AuthorDate: Mon Jan 8 15:41:27 2024 -0800

    [CALCITE-6194] Contributor rules do not give instructions about how to 
quote commits
    
    Signed-off-by: Mihai Budiu <[email protected]>
---
 site/_docs/howto.md | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/site/_docs/howto.md b/site/_docs/howto.md
index 50bce36a2f..a6abb4f8c1 100644
--- a/site/_docs/howto.md
+++ b/site/_docs/howto.md
@@ -634,7 +634,11 @@ manager);
  * mark the appropriate version (e.g., 1.20.0) in the "Fix version" field;
  * add a comment (e.g., "Fixed in ...") with a hyperlink pointing to the commit
 which resolves the issue (in GitHub or GitBox), and also thank the contributor
-for their contribution.
+for their contribution ("thank you" can be omitted
+if the contributor is already a commiter).
+The hyperlink provided should be with respect to the main
+branch.  You should be able to identify the commit by browsing
+<https://github.com/apache/calcite/commits/main/>.
 
 ## Set up PGP signing keys
 

Reply via email to