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/kyuubi.git


The following commit(s) were added to refs/heads/master by this push:
     new d2dad1432 [KYUUBI #6514] Add link to Github Issues on Contributing 
Documentation page
d2dad1432 is described below

commit d2dad1432c6684132de61ec81ec1c16ba1b865c0
Author: artilexx <[email protected]>
AuthorDate: Mon Jul 1 10:03:29 2024 +0800

    [KYUUBI #6514] Add link to Github Issues on Contributing Documentation page
    
    # :mag: Description
    ## Issue References ๐Ÿ”—
    
    [Good First 
Issues](https://kyuubi.readthedocs.io/en/master/contributing/code/get_started.html)
 image links to the Github issues page while the image on [Contributing 
Documentation](https://kyuubi.readthedocs.io/en/master/contributing/doc/get_started.html)
 does not.
    
    ## Describe Your Solution ๐Ÿ”ง
    
    Added a link to 
https://github.com/apache/kyuubi/issues?q=is%3Aopen+is%3Aissue+label%3Akind%3Adocumentation
 to match the behaviour from good first issues
    
    ## Types of changes :bookmark:
    
    - [ ] Bugfix (non-breaking change which fixes an issue)
    - [x] New feature (non-breaking change which adds functionality)
    - [ ] Breaking change (fix or feature that would cause existing 
functionality to change)
    
    ## Test Plan ๐Ÿงช
    
    #### Behavior Without This Pull Request :coffin:
    
    #### Behavior With This Pull Request :tada:
    
    #### Related Unit Tests
    
    ---
    
    # Checklist ๐Ÿ“
    
    - [x] This patch was not authored or co-authored using [Generative 
Tooling](https://www.apache.org/legal/generative-tooling.html)
    
    **Be nice. Be informative.**
    
    Closes #6514 from artilexx/patch-1.
    
    Closes #6514
    
    3d54ce982 [artilexx] Add link to github issues on documentation issues image
    
    Lead-authored-by: artilexx <[email protected]>
    Co-authored-by: artilexx <[email protected]>
    Signed-off-by: Cheng Pan <[email protected]>
---
 docs/contributing/doc/get_started.rst | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/docs/contributing/doc/get_started.rst 
b/docs/contributing/doc/get_started.rst
index f262695b7..74d8e5f66 100644
--- a/docs/contributing/doc/get_started.rst
+++ b/docs/contributing/doc/get_started.rst
@@ -18,6 +18,7 @@ Get Started
 
 .. image:: 
https://img.shields.io/github/issues/apache/kyuubi/kind:documentation?color=green&logo=gfi&logoColor=red&style=for-the-badge
    :alt: GitHub issues by-label
+   :target: `Documentation Issues`_
 
 
 Trivial Fixes
@@ -114,4 +115,5 @@ If you don't have time to fix the doc issue and submit a 
pull request on your ow
 .. _Fork: https://github.com/apache/kyuubi/fork
 .. _Build and verify: build.html
 .. _Create A Pull Request: 
https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request
-.. _reporting a document issue: 
https://github.com/apache/kyuubi/issues/new/choose
\ No newline at end of file
+.. _reporting a document issue: 
https://github.com/apache/kyuubi/issues/new/choose
+.. _Documentation Issues: 
https://github.com/apache/kyuubi/issues?q=is%3Aopen+is%3Aissue+label%3Akind%3Adocumentation

Reply via email to