From 44b4a32c13520c62cedbe3038a777f9765127cc8 Mon Sep 17 00:00:00 2001 From: Kevin Wittek Date: Tue, 2 Jun 2026 09:52:13 +0200 Subject: [PATCH] docs: remove bounty policy in favor of governance funding docs The issue bounty program described in docs/bounty.md was never run in practice. Remove the bounty policy page and its navigation entry, and update the CONTRIBUTING sponsorship section to point to the current funding and governance documents in the testcontainers/.github repo, which describe how sponsorship money is raised and distributed. Co-Authored-By: Claude Opus 4.8 --- CONTRIBUTING.md | 4 ++-- docs/bounty.md | 51 ------------------------------------------------- mkdocs.yml | 1 - 3 files changed, 2 insertions(+), 54 deletions(-) delete mode 100644 docs/bounty.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 93a87222781..27a2ce70f7a 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -8,6 +8,6 @@ There are additional docs describing [contributing documentation changes](./docs Testcontainers is [in the GitHub Sponsors program](https://github.com/sponsors/testcontainers)! -This repository is supported by our sponsors, meaning that issues are eligible to have a 'bounty' attached to them by sponsors. +This repository is supported by our sponsors. If you'd like to support the project, please consider sponsoring us via [GitHub Sponsors](https://github.com/sponsors/testcontainers) or [Open Collective](https://opencollective.com/testcontainers). -Please see [the bounty policy page](https://www.testcontainers.org/bounty) if you are interested, either as a sponsor or as a contributor. +To learn how funds are raised and distributed, see the [Testcontainers project funding policy](https://github.com/testcontainers/.github/blob/main/FUNDING.md). Financial matters are overseen by the Testcontainers Steering Committee, as described in the [project governance document](https://github.com/testcontainers/.github/blob/main/GOVERNANCE.md). diff --git a/docs/bounty.md b/docs/bounty.md deleted file mode 100644 index 56ee501062c..00000000000 --- a/docs/bounty.md +++ /dev/null @@ -1,51 +0,0 @@ -# Testcontainers issue bounty policy - -## General - -We want to use issue bounties to encourage contributions in areas that are important to our sponsors, or tricky to solve. -This includes bug fixes and new features. -We hope that this will provide incentives to tackle issues, and gives sponsors a way to influence where development time is expended. -We also want to reward our contributors, some of whom make huge efforts to improve Testcontainers and help their fellow developers! - -!!! note - It's early days for our use of sponsorship, so we expect to evolve this policy over time, possibly without notice. In the event of any ambiguity or dispute, the [Testcontainers org core maintainers](#organisation-core-maintainers) have the final say. - - If you'd like to suggest an improvement to this policy, we'd be grateful for your input - please raise a pull request! - -## For Sponsors - -Sponsors will be able to create a number of 'bounties' per month, varying according to sponsorship tier. - -As a sponsor, the process for creating a bounty is as follows: - -* Raise an issue, or find an existing issue that describes the bug or feature. -* Start a discussion with the [Testcontainers org core maintainers](#organisation-core-maintainers) to agree that the issue is suitable for a bounty, and how much the reward amount should be. -* Once agreed, we will assign a label to the issue so that interested developers can find it. - -Sponsors can create up to 1 or 3 bounties (according to tier) _per calendar month_ - i.e. the counter resets on the 1st of each month. -If a sponsor does not use their full quota of bounty credits in a calendar month, they cannot be rolled over to the next month. - -Bounties will expire 90 days after creation - after this time, if they have not been resolved we will close them. - -## For Contributors - -As a contributor, the process for working on an issue with a bounty attached is: - -* Find an issue with a bounty attached to it and no assignee, clarify the requirements if necessary, and consider how you would approach working on it. -* Start a discussion with the [Testcontainers org core maintainers](#organisation-core-maintainers) and the bounty owner. To avoid unpleasant surprises at review time, we'll try to confirm that we're happy with your proposed solution. -* If we're happy with your proposed solution, we will assign the ticket to you. -* Once work is complete, we will go through the PR process as usual and merge the work when finished. -* To receive the bounty reward, [raise an invoice](https://opencollective.com/testcontainers/expenses/new) on Open Collective, following the expenses policy on that page. - -Note that a 20% cut of the bounty amount will normally be assigned to project maintainers for PR review work. -We believe this reflects that PR review can often be a significant amount of work for some issues - and also gives maintainers an incentive to complete the review and unlock the bounty reward! -Some pull requests are so well done that very little review is necessary. If that happens, the maintainers may choose not to take a cut of the bounty, and instead release the full amount to the contributor. - -## Organisation core maintainers - -The organisation core maintainers are: - -* Richard North (@rnorth) -* Sergei Egorov (@bsideup) -* Kevin Wittek (@kiview) - diff --git a/mkdocs.yml b/mkdocs.yml index ad75b0b2f22..ae447212912 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -137,7 +137,6 @@ nav: - Contributing: - contributing.md - contributing_docs.md - - bounty.md edit_uri: edit/main/docs/ extra: latest_version: 2.0.5