mirror of
https://gitee.com/dolphinscheduler/DolphinScheduler.git
synced 2024-11-29 10:47:42 +08:00
[Chore] Add issue link tempate for IDEA (#16158)
* 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>
This commit is contained in:
parent
469c19be08
commit
17fdd7a152
1
.gitignore
vendored
1
.gitignore
vendored
@ -7,6 +7,7 @@
|
||||
.target
|
||||
.idea/
|
||||
!.idea/icon.png
|
||||
!.idea/vcs.xml
|
||||
.run/
|
||||
target/
|
||||
dist/
|
||||
|
16
.idea/vcs.xml
Normal file
16
.idea/vcs.xml
Normal file
@ -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>
|
@ -51,5 +51,6 @@ header:
|
||||
- '**/banner.txt'
|
||||
- '.terraform.lock.hcl'
|
||||
- deploy/kubernetes/dolphinscheduler/README.md.gotmpl
|
||||
- .idea/vcs.xml
|
||||
|
||||
comment: on-failure
|
||||
|
Loading…
Reference in New Issue
Block a user