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

xiaoyu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shenyu.git


The following commit(s) were added to refs/heads/master by this push:
     new 026b26b1e [type:build] Add vcs.xml for easier link to the pr (#4956)
026b26b1e is described below

commit 026b26b1ee537f3a7331b271e53154b8c50a7bd8
Author: gongzhongqiang <[email protected]>
AuthorDate: Wed Aug 9 20:57:54 2023 +0800

    [type:build] Add vcs.xml for easier link to the pr (#4956)
    
    Co-authored-by: gongzhongqiang <[email protected]>
---
 .gitignore    |  1 +
 .idea/vcs.xml | 33 +++++++++++++++++++++++++++++++++
 2 files changed, 34 insertions(+)

diff --git a/.gitignore b/.gitignore
index c8bfa4954..4c5abdb4b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -22,6 +22,7 @@ cobertura.ser
 # idea ignore
 .idea/
 !/.idea/icon.svg
+!/.idea/vcs.xml
 *.ipr
 *.iml
 *.iws
diff --git a/.idea/vcs.xml b/.idea/vcs.xml
new file mode 100644
index 000000000..a8bded7fa
--- /dev/null
+++ b/.idea/vcs.xml
@@ -0,0 +1,33 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  ~ Licensed to the Apache Software Foundation (ASF) under one or more
+  ~ contributor license agreements.  See the NOTICE file distributed with
+  ~ this work for additional information regarding copyright ownership.
+  ~ The ASF licenses this file to You under the Apache License, Version 2.0
+  ~ (the "License"); you may not use this file except in compliance with
+  ~ the License.  You may obtain a copy of the License at
+  ~
+  ~     http://www.apache.org/licenses/LICENSE-2.0
+  ~
+  ~ Unless required by applicable law or agreed to in writing, software
+  ~ distributed under the License is distributed on an "AS IS" BASIS,
+  ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  ~ See the License for the specific language governing permissions and
+  ~ limitations under the License.
+  -->
+
+<project version="4">
+    <component name="IssueNavigationConfiguration">
+        <option name="links">
+            <list>
+                <IssueNavigationLink>
+                    <option name="issueRegexp" value="#(\d+)"/>
+                    <option name="linkRegexp" 
value="https://github.com/apache/shenyu/pull/$1"/>
+                </IssueNavigationLink>
+            </list>
+        </option>
+    </component>
+    <component name="VcsDirectoryMappings">
+        <mapping directory="$PROJECT_DIR$" vcs="Git"/>
+    </component>
+</project>

Reply via email to