File tree 2 files changed +8
-8
lines changed
2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
1
Following this checklist to help us incorporate your
2
2
contribution quickly and easily:
3
3
4
- - [ ] Make sure there is a [ JIRA issue] ( https://issues. apache.org/jira/browse/MJLINK ) filed
5
- for the change (usually before you start working on it). Trivial changes like typos do not
6
- require a JIRA issue. Your pull request should address just this issue, without
4
+ - [ ] Make sure there is a [ GitHub issue] ( https://github.com/ apache/maven-jlink-plugin/issues ) filed
5
+ for the change (usually before you start working on it). Trivial changes like typos do not
6
+ require a GitHub issue. Your pull request should address just this issue, without
7
7
pulling in other changes.
8
8
- [ ] Each commit in the pull request should have a meaningful subject line and body.
9
- - [ ] Format the pull request title like ` [MJLINK-XXX ] - Fixes bug in ApproximateQuantiles ` ,
10
- where you replace ` MJLINK-XXX ` with the appropriate JIRA issue. Best practice
11
- is to use the JIRA issue title in the pull request title and in the first line of the
9
+ - [ ] Format the pull request title like ` [#<num> ] - Fixes bug in ApproximateQuantiles ` ,
10
+ where you replace ` #<num> ` with the appropriate GitHub issue. Best practice
11
+ is to use the GitHub issue title in the pull request title and in the first line of the
12
12
commit message.
13
13
- [ ] Write a pull request description that is detailed enough to understand what the pull request does, how, and why.
14
14
- [ ] Run ` mvn clean verify ` to make sure basic checks pass. A more thorough check will
Original file line number Diff line number Diff line change 48
48
</scm >
49
49
50
50
<issueManagement >
51
- <system >jira </system >
52
- <url >https://issues. apache.org/jira/browse/MJLINK </url >
51
+ <system >GitHub </system >
52
+ <url >https://github.com/ apache/maven-jlink-plugin/issues </url >
53
53
</issueManagement >
54
54
<ciManagement >
55
55
<system >Jenkins</system >
You can’t perform that action at this time.
0 commit comments