-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Maven Central badges #3217
Add Maven Central badges #3217
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Team decision: Please use the same badges as we use on junit.org:
Lines 42 to 50 in 6d1acba
<a href="https://central.sonatype.com/search?namespace=org.junit.jupiter"> | |
<img alt="JUnit Jupiter version" src="https://img.shields.io/maven-central/v/org.junit.jupiter/junit-jupiter/5..svg?color=25a162&label=Jupiter"> | |
</a> | |
<a href="https://central.sonatype.com/search?namespace=org.junit.vintage"> | |
<img alt="JUnit Vintage version" src="https://img.shields.io/maven-central/v/org.junit.vintage/junit-vintage-engine/5..svg?color=25a162&label=Vintage"> | |
</a> | |
<a href="https://central.sonatype.com/search?namespace=org.junit.platform"> | |
<img alt="JUnit Platform version" src="https://img.shields.io/maven-central/v/org.junit.platform/junit-platform-commons/1..svg?color=25a162&label=Platform"> | |
</a> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you please convert them to Markdown syntax?
@Goooler Thanks! 👍 |
Overview
I hereby agree to the terms of the JUnit Contributor License Agreement.
Definition of Done
There are no TODOs left in the codeMethod preconditions are checked and documented in the method's JavadocCoding conventions (e.g. for logging) have been followedChange is covered by automated tests including corner cases, errors, and exception handlingPublic API has Javadoc and@API
annotationsChange is documented in the User Guide and Release Notes