1414 See the License for the specific language governing permissions and
1515 limitations under the License.
1616-->
17- Contributing to [ Apache Maven Project Info Reports Plugin] ( https://maven.apache.org/plugins/maven-project-info-reports-plugin/ )
17+ Contributing to [ Apache Maven Clean Plugin] ( https://maven.apache.org/plugins/maven-project-info-reports-plugin/ )
1818======================
1919
2020[ ![ ASF Jira] ( https://img.shields.io/endpoint?url=https%3A%2F%2Fmaven.apache.org%2Fbadges%2Fasf_jira-MPIR.json )] [ jira ]
@@ -35,9 +35,9 @@ Getting Started
3535
3636+ Make sure you have a [ JIRA account] ( https://issues.apache.org/jira/ ) .
3737+ Make sure you have a [ GitHub account] ( https://github.com/signup/free ) .
38- + If you're planning to implement a new feature, it makes sense to discuss your changes
39- on the [ dev list] [ ml-list ] first.
40- This way you can make sure you're not wasting your time on something that isn't
38+ + If you're planning to implement a new feature, it makes sense to discuss your changes
39+ on the [ dev list] [ ml-list ] first.
40+ This way you can make sure you're not wasting your time on something that isn't
4141 considered to be in Apache Maven's scope.
4242+ Submit a ticket for your issue, assuming one does not already exist.
4343 + Clearly describe the issue, including steps to reproduce when it is a bug.
@@ -48,7 +48,7 @@ Making and Submitting Changes
4848--------------
4949
5050We accept Pull Requests via GitHub. The [ developer mailing list] [ ml-list ] is the
51- main channel of communication for contributors.
51+ main channel of communication for contributors.
5252There are some guidelines which will make applying PRs easier for us:
5353+ Create a topic branch from where you want to base your work (this is usually the master branch).
5454 Push your changes to a topic branch in your fork of the repository.
@@ -61,7 +61,7 @@ There are some guidelines which will make applying PRs easier for us:
6161 + Check for unnecessary whitespace with ` git diff --check ` before committing.
6262+ Make sure your commit messages are in the proper format. Your commit message should contain the key of the JIRA issue.
6363```
64- [MPMD -XXX] - Subject of the JIRA Ticket
64+ [MPIR -XXX] - Subject of the JIRA Ticket
6565 Optional supplemental description.
6666```
6767+ Make sure you have added the necessary tests (JUnit/IT) for your changes.
@@ -82,7 +82,7 @@ Additional Resources
8282--------------------
8383
8484+ [ Contributing patches] ( https://maven.apache.org/guides/development/guide-maven-development.html#Creating_and_submitting_a_patch )
85- + [ Apache Maven Project Info Reports JIRA project page] [ jira ]
85+ + [ Apache Maven Clean JIRA project page] [ jira ]
8686+ [ Contributor License Agreement] [ cla ]
8787+ [ General GitHub documentation] ( https://help.github.com/ )
8888+ [ GitHub pull request documentation] ( https://help.github.com/send-pull-requests/ )
0 commit comments