You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This repository is implemented as a standard Maven project.
4
+
All contributions are welcome!
5
+
Just submit a pull request.
6
+
7
+
See [this page](https://wiremock.org/docs/participate/) for a generic WireMock Contributor Guide.
8
+
9
+
## Road towards 1.0
10
+
11
+
The next major and well overdue milestone is 1.0.
12
+
The scope for this release is listed [here](https://github.com/wiremock/wiremock-testcontainers-java/milestone/1).
13
+
Contributions are welcome!
14
+
15
+
## Good First Issues
16
+
17
+
There are some [good first issues](https://github.com/wiremock/wiremock-testcontainers-java/issues?q=is%3Aissue%20state%3Aopen%20label%3A%22good%20first%20issue%22) listed in the repository.
18
+
19
+
Apart from that, you can always create some new examples, demos and tests.
20
+
There are many WireMock extensions and also many features that can be potentially added to the distribution.
21
+
22
+
## Maintainer Notes
23
+
24
+
### Releasing
25
+
26
+
The release is done automatically using the GitHub actions.
27
+
Steps:
28
+
29
+
1. Run the release pipeline with a proper version
30
+
2. Create the release notes for the release (Release Drafter is at your service)
0 commit comments