From 1073ae9c42c8d0631c0541f0b64055d3ad395065 Mon Sep 17 00:00:00 2001 From: Oleg Nenashev Date: Sat, 27 May 2023 11:27:09 +0200 Subject: [PATCH] Reference main contributor guide, update badges --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c967e57..dd7d2d8 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # Testcontainers Java module for WireMock -[![a](https://img.shields.io/badge/slack-slack.wiremock.org-brightgreen?style=flat&logo=slack)](https://slack.wiremock.org/) +[![GitHub release (latest by date)](https://img.shields.io/github/v/release/wiremock/wiremock-testcontainers-java)](https://github.com/wiremock/wiremock-testcontainers-java/releases) +[![Slack](https://img.shields.io/badge/slack-slack.wiremock.org-brightgreen?style=flat&logo=slack)](https://slack.wiremock.org/) +[![GitHub contributors](https://img.shields.io/github/contributors/wiremock/wiremock-testcontainers-java)](https://github.com/wiremock/wiremock-testcontainers-java/graphs/contributors) > NOTE: This project is under development, the GitHub Packages release is coming soon. > Not all WireMock features are supported at the moment, @@ -248,6 +250,9 @@ public class WireMockContainerExtensionTest { ## Contributing +This repository is implemented as a standard Maven project. All contributions are welcome! Just submit a pull request. +See [this page](https://wiremock.org/docs/participate/) for a generic WireMock Contributor Guide +