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

chengpan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-kyuubi.git


The following commit(s) were added to refs/heads/master by this push:
     new 95be93c  [KYUUBI #1078] Correct typos in bug-report.yml
95be93c is described below

commit 95be93cd7ae608d0e0fe240fff07f1c8663f0279
Author: Brian Yue <[email protected]>
AuthorDate: Sun Sep 12 02:34:23 2021 +0800

    [KYUUBI #1078] Correct typos in bug-report.yml
    
    <!--
    Thanks for sending a pull request!
    
    Here are some tips for you:
      1. If this is your first time, please read our contributor guidelines: 
https://kyuubi.readthedocs.io/en/latest/community/contributions.html
      2. If the PR is related to an issue in 
https://github.com/apache/incubator-kyuubi/issues, add '[KYUUBI #XXXX]' in your 
PR title, e.g., '[KYUUBI #XXXX] Your PR title ...'.
      3. If the PR is unfinished, add '[WIP]' in your PR title, e.g., 
'[WIP][KYUUBI #XXXX] Your PR title ...'.
    -->
    
    ### _Why are the changes needed?_
    <!--
    Please clarify why the changes are needed. For instance,
      1. If you add a feature, you can talk about the use case of it.
      2. If you fix a bug, you can clarify why it is a bug.
    -->
    Close #1078.
    
    ### _How was this patch tested?_
    - [ ] Add some test cases that check the changes thoroughly including 
negative and positive cases if possible
    
    - [ ] Add screenshots for manual tests if appropriate
    
    - [ ] [Run 
test](https://kyuubi.readthedocs.io/en/latest/develop_tools/testing.html#running-tests)
 locally before make a pull request
    
    Closes #1079 from byyue/feature-1078.
    
    Closes #1078
    
    b475e494 [Brian Yue] Correct typos in bug-report.yml
    
    Authored-by: Brian Yue <[email protected]>
    Signed-off-by: Cheng Pan <[email protected]>
---
 .github/ISSUE_TEMPLATE/bug-report.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml 
b/.github/ISSUE_TEMPLATE/bug-report.yml
index f1616a4..9cbe402 100644
--- a/.github/ISSUE_TEMPLATE/bug-report.yml
+++ b/.github/ISSUE_TEMPLATE/bug-report.yml
@@ -25,10 +25,10 @@ body:
   - type: markdown
     attributes:
       value: |
-        Thank you for finding the time to report the issue! We really 
appreciate the community efforts to improve Kyuubi.
+        Thank you for finding the time to report the issue! We really 
appreciate the community's efforts to improve Kyuubi.
 
-        It does't really matter whether what you are reporting is a bug or 
not, just feel free to share the problem you have
-        encountered to the community. For best practices, if it is indeed a 
bug, please try your best to provide the reproducible
+        It doesn't really matter whether what you are reporting is a bug or 
not, just feel free to share the problem you have
+        encountered with the community. For best practices, if it is indeed a 
bug, please try your best to provide the reproducible
         steps. If you want to ask questions or share ideas, please [subscribe 
to our mailing list](mailto:[email protected])
         and send emails to [our mailing list](mailto:[email protected]), 
you can also head to our
         [Discussions](https://github.com/apache/incubator-kyuubi/discussions) 
tab.

Reply via email to