Skip to content
Open
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
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,9 @@ It provides a low-maintenance, all-in-one solution for virtually any devops task

## Contributor Program

We are currently trying to aggregate compatibility and dependency information for many CNCF add-ons within the kubernetes ecosystem. You can see some early examples in `static/compatibilities` and are hoping to get community support getting these built out and keeping them up-to-date. We are focused on properly compensating any contributions to the Plural platform, which includes a bounty for either adding the compatibility info for a net-new application, or updating the information alongside a new version that has been released. Currently the rewards are:
We are currently trying to aggregate compatibility and dependency information for many CNCF add-ons within the kubernetes ecosystem. You can see some early examples in `static/compatibilities` and are hoping to get community support getting keeping them up-to-date. We are focused on properly compensating any contributions to the Plural platform, which includes a bounty for updating the information alongside a new version that has been released. Currently the rewards are:

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Duplicated Verb Construction

The phrase “getting keeping them up-to-date” uses two conflicting verb forms, making the contributor-program guidance harder to understand. Remove either “getting” or “keeping” to make the sentence grammatical.

Suggested change
We are currently trying to aggregate compatibility and dependency information for many CNCF add-ons within the kubernetes ecosystem. You can see some early examples in `static/compatibilities` and are hoping to get community support getting keeping them up-to-date. We are focused on properly compensating any contributions to the Plural platform, which includes a bounty for updating the information alongside a new version that has been released. Currently the rewards are:
We are currently trying to aggregate compatibility and dependency information for many CNCF add-ons within the kubernetes ecosystem. You can see some early examples in `static/compatibilities` and are hoping to get community support keeping them up-to-date. We are focused on properly compensating any contributions to the Plural platform, which includes a bounty for updating the information alongside a new version that has been released. Currently the rewards are:

Note: If this suggestion doesn't match your team's coding style, reply to this and let me know. I'll remember it for next time!


* $50 for adding compatibilities for a specific version of an application
* $150 for adding a new application and all to-date compatibility information
* $300 for a new compatibility scraper (these are all defined in `utils/compatibility/scrapers`)

To be eligible for the upgrade bounty you'll need to submit a PR to this repo with the changes and a link to whatever documentation confirms the correctness of the information. We'll then review and if it's correct and useful for the broader community, you'll be eligible for the reward once merged. A quality PR for compatibility tables includes:

Expand Down
Loading