From 947e3e3458ccee0431ab36b3199b1ba78641a970 Mon Sep 17 00:00:00 2001
From: Him188 <Him188@mamoe.net>
Date: Fri, 26 Feb 2021 15:59:49 +0800
Subject: [PATCH] Add issue navigator

---
 .idea/vcs.xml | 28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)
 create mode 100644 .idea/vcs.xml

diff --git a/.idea/vcs.xml b/.idea/vcs.xml
new file mode 100644
index 000000000..f7a54ea30
--- /dev/null
+++ b/.idea/vcs.xml
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project version="4">
+  <component name="GithubSharedProjectSettings">
+    <option name="branchProtectionPatterns">
+      <list>
+        <option value="master" />
+        <option value="dev" />
+      </list>
+    </option>
+  </component>
+  <component name="IssueNavigationConfiguration">
+    <option name="links">
+      <list>
+        <IssueNavigationLink>
+          <option name="issueRegexp" value="#([0-9]+)" />
+          <option name="linkRegexp" value="https://github.com/mamoe/mirai/issues/$1" />
+        </IssueNavigationLink>
+        <IssueNavigationLink>
+          <option name="issueRegexp" value="([0-9A-Za-z-_.]+)/([0-9A-Za-z-_.]+)#([0-9]+)" />
+          <option name="linkRegexp" value="https://github.com/$1/$2/issues/$3" />
+        </IssueNavigationLink>
+      </list>
+    </option>
+  </component>
+  <component name="VcsDirectoryMappings">
+    <mapping directory="" vcs="Git" />
+  </component>
+</project>
\ No newline at end of file