docs: GitHub Marketplace listing runbook — plans, requirements, launch sequence#67
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR adds a GitHub Marketplace listing runbook for the hosted OpenCoven GitHub App and cross-links it from the pricing document, aiming to document plans, requirements, and a launch sequence for Marketplace go-to-market.
Changes:
- Add
docs/marketplace-listing.mdrunbook covering Marketplace rationale, plans, requirements, listing copy, and launch steps. - Add a cross-link from
docs/pricing.mdto the new Marketplace listing runbook.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 5 comments.
| File | Description |
|---|---|
| docs/pricing.md | Adds a link pointing readers to the Marketplace listing runbook. |
| docs/marketplace-listing.md | Introduces a Marketplace listing runbook (plans, checklist, copy, and launch sequence). |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
…h sequence The go-to-market half of billing entitlements: which plans get listed (Starter/ Team with 14-day trials; Dedicated stays sales-led off-Marketplace), the listing requirements checklist mapped to what the adapter already enforces, listing copy drawn from HOSTED.md, and the launch sequence including the require_plan flip with beta grandfathering. Notes the plan-name classification constraint and the Stripe fallback. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Signed-off-by: Val Alexander <bunsthedev@gmail.com>
d7d865b to
6038ae2
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
The go-to-market companion to #66 (billing entitlements): docs/marketplace-listing.md, the runbook for listing the hosted App on GitHub Marketplace.
[[installations]]entries.require_plan = trueflip, grandfathering existing beta installations until they purchase.Why
Marketplace is the most seamless billing channel for this product: purchase events key on the same installation/account units the adapter already uses for tenancy, so a purchase provisions service with zero operator action.
Docs-only change; pricing.md gains a cross-link.
Testing
Docs only — no code paths affected.