Skip to content

Commit 34482c6

Browse files
Merge pull request #47 from wiremock/contributing-badges
Reference main contributor guide, update badges
2 parents 183caaa + 1073ae9 commit 34482c6

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Testcontainers Java module for WireMock
22

3-
[![a](https://img.shields.io/badge/slack-slack.wiremock.org-brightgreen?style=flat&logo=slack)](https://slack.wiremock.org/)
3+
[![GitHub release (latest by date)](https://img.shields.io/github/v/release/wiremock/wiremock-testcontainers-java)](https://github.com/wiremock/wiremock-testcontainers-java/releases)
4+
[![Slack](https://img.shields.io/badge/slack-slack.wiremock.org-brightgreen?style=flat&logo=slack)](https://slack.wiremock.org/)
5+
[![GitHub contributors](https://img.shields.io/github/contributors/wiremock/wiremock-testcontainers-java)](https://github.com/wiremock/wiremock-testcontainers-java/graphs/contributors)
46

57
> NOTE: This project is under development, the GitHub Packages release is coming soon.
68
> Not all WireMock features are supported at the moment,
@@ -248,6 +250,9 @@ public class WireMockContainerExtensionTest {
248250

249251
## Contributing
250252

253+
This repository is implemented as a standard Maven project.
251254
All contributions are welcome!
252255
Just submit a pull request.
253256

257+
See [this page](https://wiremock.org/docs/participate/) for a generic WireMock Contributor Guide
258+

0 commit comments

Comments
 (0)