Browse Source

[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>
dev
Gallardot 5 months ago committed by GitHub
parent
commit
17fdd7a152
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 1
      .gitignore
  2. 16
      .idea/vcs.xml
  3. 1
      .licenserc.yaml

1
.gitignore vendored

@ -7,6 +7,7 @@
.target .target
.idea/ .idea/
!.idea/icon.png !.idea/icon.png
!.idea/vcs.xml
.run/ .run/
target/ target/
dist/ dist/

16
.idea/vcs.xml

@ -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>

1
.licenserc.yaml

@ -51,5 +51,6 @@ header:
- '**/banner.txt' - '**/banner.txt'
- '.terraform.lock.hcl' - '.terraform.lock.hcl'
- deploy/kubernetes/dolphinscheduler/README.md.gotmpl - deploy/kubernetes/dolphinscheduler/README.md.gotmpl
- .idea/vcs.xml
comment: on-failure comment: on-failure

Loading…
Cancel
Save