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

mchades pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/gravitino.git


The following commit(s) were added to refs/heads/main by this push:
     new 99f72bd105 [MINOR] Remove unnecessary blank space in the PR template 
(#6142)
99f72bd105 is described below

commit 99f72bd105998613a79e053285551872cf2d34ae
Author: JUN <[email protected]>
AuthorDate: Wed Jan 8 14:26:30 2025 +0800

    [MINOR] Remove unnecessary blank space in the PR template (#6142)
    
    ### What changes were proposed in this pull request?
    
    Remove unnecessary blank space in the PR template
    
    ### Why are the changes needed?
    
    This is not a major issue, but the unnecessary blank space is somewhat
    annoying and requires adjustment every time I create a PR.
    
    ### Does this PR introduce _any_ user-facing change?
    
    No
    
    ### How was this patch tested?
    
    Not needed
---
 .github/PULL_REQUEST_TEMPLATE | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/PULL_REQUEST_TEMPLATE b/.github/PULL_REQUEST_TEMPLATE
index b5c9ec8896..82a375ac34 100644
--- a/.github/PULL_REQUEST_TEMPLATE
+++ b/.github/PULL_REQUEST_TEMPLATE
@@ -20,7 +20,7 @@
   1. If you propose a new API, clarify the use case for a new API.
   2. If you fix a bug, describe the bug.)
 
-Fix: # (issue)
+Fix: #(issue)
 
 ### Does this PR introduce _any_ user-facing change?
 

Reply via email to