Skip to content

Commit 059350d

Browse files
committed
document github issues
1 parent df4e527 commit 059350d

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.github/pull_request_template.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
Following this checklist to help us incorporate your
22
contribution quickly and easily:
33

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
77
pulling in other changes.
88
- [ ] 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
1212
commit message.
1313
- [ ] Write a pull request description that is detailed enough to understand what the pull request does, how, and why.
1414
- [ ] Run `mvn clean verify` to make sure basic checks pass. A more thorough check will

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@
4848
</scm>
4949

5050
<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>
5353
</issueManagement>
5454
<ciManagement>
5555
<system>Jenkins</system>

0 commit comments

Comments
 (0)