mirror of
https://gitee.com/dolphinscheduler/DolphinScheduler.git
synced 2024-12-02 04:08:31 +08:00
17fdd7a152
* chore: add issue link tempate for IDEA Signed-off-by: Gallardot <gallardot@apache.org> * chore: add issue link tempate for IDEA Signed-off-by: Gallardot <gallardot@apache.org> --------- Signed-off-by: Gallardot <gallardot@apache.org> Co-authored-by: xiangzihao <460888207@qq.com>
17 lines
516 B
XML
17 lines
516 B
XML
<?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/dolphinscheduler/issues/$1" />
|
|
</IssueNavigationLink>
|
|
</list>
|
|
</option>
|
|
</component>
|
|
<component name="VcsDirectoryMappings">
|
|
<mapping directory="" vcs="Git" />
|
|
</component>
|
|
</project>
|