This is an automated email from the ASF dual-hosted git repository.
hboutemy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-gpg-plugin.git
The following commit(s) were added to refs/heads/master by this push:
new f6e9223 fixed link to mailing lists and global consistency
f6e9223 is described below
commit f6e9223df1669abf6336f70f2f57e6eb9779b3da
Author: Hervé Boutemy <[email protected]>
AuthorDate: Sat Apr 11 16:31:40 2020 +0200
fixed link to mailing lists and global consistency
---
README.md | 15 ++++++++-------
1 file changed, 8 insertions(+), 7 deletions(-)
diff --git a/README.md b/README.md
index 198c4f9..acc1242 100644
--- a/README.md
+++ b/README.md
@@ -17,11 +17,11 @@
Contributing to [Apache Maven GPG
Plugin](https://maven.apache.org/plugins/maven-gpg-plugin/)
======================
-[](https://issues.apache.org/jira/projects/MGPG/)
+[][jira]
[][license]
[](https://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22org.apache.maven.plugins%22%20AND%20a%3A%22maven-gpg-plugin%22)
-[][build]
-[][test-results]
+[][build]
+[][test-results]
You have found a bug or you have an idea for a cool new feature? Contributing
@@ -36,7 +36,7 @@ Getting Started
+ Make sure you have a [JIRA account](https://issues.apache.org/jira/).
+ Make sure you have a [GitHub account](https://github.com/signup/free).
+ If you're planning to implement a new feature, it makes sense to discuss
your changes
- on the [dev list](https://maven.apache.org/mail-lists.html) first.
+ on the [dev list][ml-list] first.
This way you can make sure you're not wasting your time on something that
isn't
considered to be in Apache Maven's scope.
+ Submit a ticket for your issue, assuming one does not already exist.
@@ -47,7 +47,7 @@ Getting Started
Making and Submitting Changes
--------------
-We accept Pull Requests via GitHub. The [developer mailing list][dev-ml-list]
is the
+We accept Pull Requests via GitHub. The [developer mailing list][ml-list] is
the
main channel of communication for contributors.
There are some guidelines which will make applying PRs easier for us:
+ Create a topic branch from where you want to base your work (this is usually
the master branch).
@@ -82,15 +82,16 @@ Additional Resources
--------------------
+ [Contributing
patches](https://maven.apache.org/guides/development/guide-maven-development.html#Creating_and_submitting_a_patch)
-+ [Apache Maven GPG JIRA project
page](https://issues.apache.org/jira/projects/MGPG/)
++ [Apache Maven GPG JIRA project page]
+ [Contributor License Agreement][cla]
+ [General GitHub documentation](https://help.github.com/)
+ [GitHub pull request
documentation](https://help.github.com/send-pull-requests/)
+ [Apache Maven Twitter Account](https://twitter.com/ASFMavenProject)
+ #Maven IRC channel on freenode.org
+[jira]: https://issues.apache.org/jira/projects/MGPG/
[license]: https://www.apache.org/licenses/LICENSE-2.0
-[dev-ml-list]: https://maven.apache.org/mailing-lists.html
+[ml-list]: https://maven.apache.org/mailing-lists.html
[code-style]: https://maven.apache.org/developers/conventions/code.html
[cla]: https://www.apache.org/licenses/#clas
[maven-wiki]: https://cwiki.apache.org/confluence/display/MAVEN/Index