Skip to content

Commit 2211965

Browse files
committed
added README
1 parent 2670a2e commit 2211965

File tree

2 files changed

+33
-7
lines changed

2 files changed

+33
-7
lines changed

.asf.yaml

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
#
2+
# Licensed to the Apache Software Foundation (ASF) under one or more
3+
# contributor license agreements. See the NOTICE file distributed with
4+
# this work for additional information regarding copyright ownership.
5+
# The ASF licenses this file to You under the Apache License, Version 2.0
6+
# (the "License"); you may not use this file except in compliance with
7+
# the License. You may obtain a copy of the License at
8+
#
9+
# http://www.apache.org/licenses/LICENSE-2.0
10+
#
11+
# Unless required by applicable law or agreed to in writing, software
12+
# distributed under the License is distributed on an "AS IS" BASIS,
13+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14+
# See the License for the specific language governing permissions and
15+
# limitations under the License.
16+
#
17+
# see https://s.apache.org/asfyaml
18+
github:
19+
description: "Apache Maven Project Info Reports Plugin"
20+
homepage: https://maven.apache.org/plugins/maven-project-info-reports-plugin/
21+
labels:
22+
- java
23+
- build-management
24+
- maven-plugins
25+
- maven-project-info-reports-plugin
26+
- maven

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
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

5050
We 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.
5252
There 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

Comments
 (0)