You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kyuubi.apache.org by ch...@apache.org on 2022/04/11 06:53:57 UTC

[incubator-kyuubi] branch master updated: [KYUUBI #2316] [DOCS] Fix typo in GitHub issue template

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 d3d73c6b7 [KYUUBI #2316] [DOCS] Fix typo in GitHub issue template
d3d73c6b7 is described below

commit d3d73c6b7e1ea68e47bb146df255c51c5b8d6bae
Author: yangrong688 <70...@users.noreply.github.com>
AuthorDate: Mon Apr 11 14:53:46 2022 +0800

    [KYUUBI #2316] [DOCS] Fix typo in GitHub issue template
    
    ### _Why are the changes needed?_
    
    Partially fix #2315 problem 1
    
    ### _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.apache.org/docs/latest/develop_tools/testing.html#running-tests) locally before make a pull request
    
    Closes #2316 from yangrong688/patch-1.
    
    Closes #2316
    
    e76fe65d [yangrong688] [DOCS] Change "Imporving the documentation" to "Improving the documentation"
    
    Authored-by: yangrong688 <70...@users.noreply.github.com>
    Signed-off-by: Cheng Pan <ch...@apache.org>
---
 .github/ISSUE_TEMPLATE/doc-improvement-report.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/ISSUE_TEMPLATE/doc-improvement-report.yml b/.github/ISSUE_TEMPLATE/doc-improvement-report.yml
index 2030d53d7..b9db45ad0 100644
--- a/.github/ISSUE_TEMPLATE/doc-improvement-report.yml
+++ b/.github/ISSUE_TEMPLATE/doc-improvement-report.yml
@@ -64,7 +64,7 @@ body:
 
   - type: textarea
     attributes:
-      label: Imporving the documentation
+      label: Improving the documentation
       description: How do you think the documentation can be improved?
       placeholder: >
         Please explain how you think the documentation could be improved. Ideally specify where a new or missing
@@ -94,4 +94,4 @@ body:
 
   - type: markdown
     attributes:
-      value: "Thanks for taking the time to fill out this Doc improvement report!"
\ No newline at end of file
+      value: "Thanks for taking the time to fill out this Doc improvement report!"