Skip to content

Commit 8b6aede

Browse files
Merge pull request #179 from wiremock/contributing-and-docs
Extend the contributor guide, list steps towards 1.0
2 parents 2d4e962 + b9b20b6 commit 8b6aede

File tree

4 files changed

+32
-38
lines changed

4 files changed

+32
-38
lines changed

CONTRIBUTING.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# Contributing
2+
3+
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)

LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@
187187
same "printed page" as the copyright notice for easier
188188
identification within third-party archives.
189189

190-
Copyright [yyyy] [name of copyright owner]
190+
Copyright 2023 WireMock Inc., Oleg Nenashev and all project contributors
191191

192192
Licensed under the Apache License, Version 2.0 (the "License");
193193
you may not use this file except in compliance with the License.

README.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -334,9 +334,4 @@ public class WireMockContainerExtensionJunit4Test {
334334

335335
## Contributing
336336

337-
This repository is implemented as a standard Maven project.
338-
All contributions are welcome!
339-
Just submit a pull request.
340-
341-
See [this page](https://wiremock.org/docs/participate/) for a generic WireMock Contributor Guide
342-
337+
See the [Contributor Guide](./CONTRIBUTING.md).

jreleaser.yml

Lines changed: 0 additions & 31 deletions
This file was deleted.

0 commit comments

Comments
 (0)