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

chaokunyang pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-fury.git


The following commit(s) were added to refs/heads/main by this push:
     new cdcb3b25 chore: Add IssueNavigationLink and icon for IDEA (#1665)
cdcb3b25 is described below

commit cdcb3b2558cf04951dad2e83a9909f45f2897a12
Author: lvshaokang <[email protected]>
AuthorDate: Thu May 30 18:52:24 2024 +0800

    chore: Add IssueNavigationLink and icon for IDEA (#1665)
    
    
    
    ## What does this PR do?
    
    <!-- Describe the purpose of this PR. -->
    Add IssueNavigationLink and icon[1] for IDEA
    
    [1] https://fury.apache.org/img/navbar-logo.svg
    ## Related issues
    
    <!--
    Is there any related issue? Please attach here.
    
    - #xxxx0
    - #xxxx1
    - #xxxx2
    -->
    
    
    ## Does this PR introduce any user-facing change?
    
    <!--
    If any user-facing interface changes, please [open an
    issue](https://github.com/apache/incubator-fury/issues/new/choose)
    describing the need to do so and update the document if necessary.
    -->
    
    - [ ] Does this PR introduce any public API change?
    - [ ] Does this PR introduce any binary protocol compatibility change?
    
    
    ## Benchmark
    
    <!--
    When the PR has an impact on performance (if you don't know whether the
    PR will have an impact on performance, you can submit the PR first, and
    if it will have impact on performance, the code reviewer will explain
    it), be sure to attach a benchmark data here.
    -->
    
    Co-authored-by: red <[email protected]>
---
 .idea/icon.png | Bin 0 -> 54513 bytes
 .idea/vcs.xml  |  16 ++++++++++++++++
 2 files changed, 16 insertions(+)

diff --git a/.idea/icon.png b/.idea/icon.png
new file mode 100644
index 00000000..e843ef42
Binary files /dev/null and b/.idea/icon.png differ
diff --git a/.idea/vcs.xml b/.idea/vcs.xml
new file mode 100644
index 00000000..a70151c7
--- /dev/null
+++ b/.idea/vcs.xml
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project version="4">
+  <component name="IssueNavigationConfiguration">
+    <option name="links">
+      <list>
+        <IssueNavigationLink>
+          <option name="issueRegexp" value="#(\d+)" />
+          <option name="linkRegexp" 
value="https://github.com/apache/incubator-fury/pull/$1"; />
+        </IssueNavigationLink>
+      </list>
+    </option>
+  </component>
+  <component name="VcsDirectoryMappings">
+    <mapping directory="" vcs="Git" />
+  </component>
+</project>
\ No newline at end of file


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to