Skip to content

Extend the contributor guide, list steps towards 1.0 #179

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

Merged
merged 1 commit into from
Mar 30, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 30 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# 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.

## Road towards 1.0

The next major and well overdue milestone is 1.0.
The scope for this release is listed [here](https://github.com/wiremock/wiremock-testcontainers-java/milestone/1).
Contributions are welcome!

## Good First Issues

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.

Apart from that, you can always create some new examples, demos and tests.
There are many WireMock extensions and also many features that can be potentially added to the distribution.

## Maintainer Notes

### Releasing

The release is done automatically using the GitHub actions.
Steps:

1. Run the release pipeline with a proper version
2. Create the release notes for the release (Release Drafter is at your service)
2 changes: 1 addition & 1 deletion LICENSE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@
same "printed page" as the copyright notice for easier
identification within third-party archives.

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

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
7 changes: 1 addition & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -334,9 +334,4 @@ public class WireMockContainerExtensionJunit4Test {

## 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

See the [Contributor Guide](./CONTRIBUTING.md).
31 changes: 0 additions & 31 deletions jreleaser.yml

This file was deleted.