Browse Source
* 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>dev
Gallardot
5 months ago
committed by
GitHub
3 changed files with 18 additions and 0 deletions
@ -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/dolphinscheduler/issues/$1" /> |
||||||
|
</IssueNavigationLink> |
||||||
|
</list> |
||||||
|
</option> |
||||||
|
</component> |
||||||
|
<component name="VcsDirectoryMappings"> |
||||||
|
<mapping directory="" vcs="Git" /> |
||||||
|
</component> |
||||||
|
</project> |
Loading…
Reference in new issue