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

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


The following commit(s) were added to refs/heads/master by this push:
     new 1e3b3d1bbc9 Configure IDEA Issue navigation for ShardingSphere (#30402)
1e3b3d1bbc9 is described below

commit 1e3b3d1bbc94eade33a71e9746f8dba0f337a0bc
Author: 吴伟杰 <[email protected]>
AuthorDate: Wed Mar 6 07:48:16 2024 +0800

    Configure IDEA Issue navigation for ShardingSphere (#30402)
---
 .gitignore    |  1 +
 .idea/vcs.xml | 33 +++++++++++++++++++++++++++++++++
 2 files changed, 34 insertions(+)

diff --git a/.gitignore b/.gitignore
index dd79a690dfc..ffde1c123d8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -23,6 +23,7 @@ release.properties
 # idea ignore
 .idea/
 !/.idea/icon.png
+!/.idea/vcs.xml
 *.ipr
 *.iml
 *.iws
diff --git a/.idea/vcs.xml b/.idea/vcs.xml
new file mode 100644
index 00000000000..aa5af44ef57
--- /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/shardingsphere/pull/$1"; />
+        </IssueNavigationLink>
+      </list>
+    </option>
+  </component>
+  <component name="VcsDirectoryMappings">
+    <mapping directory="" vcs="Git" />
+  </component>
+</project>

Reply via email to