Skip to content

Docs/contributor governance - #355

Merged
james2177 merged 5 commits into
stellar-vortex-protocol:mainfrom
D-Ochuko:docs/contributor-governance
Sep 2, 2026
Merged

Docs/contributor governance#355
james2177 merged 5 commits into
stellar-vortex-protocol:mainfrom
D-Ochuko:docs/contributor-governance

Conversation

@D-Ochuko

Copy link
Copy Markdown

Summary

This PR adds the missing contributor-facing governance and onboarding documentation needed to make the repository usable for external contributors and maintainers.

It includes:

  • a real root CONTRIBUTING.md covering prerequisites, local setup, Prisma workflow, lint/typecheck/test commands, commit conventions, and the expected PR flow
  • a repository CODE_OF_CONDUCT.md with a clear reporting path and enforcement ladder
  • a root CODEOWNERS file mapping review ownership for the major backend subsystems
  • a lightweight RFC process under docs/rfcs/ for protocol-affecting changes

This is intentionally a narrow documentation-only change focused on contributor workflow, governance, and design review process.

Changes

  • Added contributor setup and workflow guidance to CONTRIBUTING.md
  • Linked contributor onboarding documentation to the project README
  • Added a standard Contributor Covenant-style code of conduct with reporting and escalation guidance
  • Added review-routing ownership via CODEOWNERS
  • Added RFC template and process docs for changes touching protocol, persistence, or WS semantics

Testing

  • Ran npm run lint
  • Repo lint output shows only existing warnings and no new lint errors from this documentation patch

Related issues

closes #307
closes #308
closes #310
closes #311

@drips-wave

drips-wave Bot commented Aug 31, 2026

Copy link
Copy Markdown

@D-Ochuko Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits.

You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀

Learn more about application limits

@james2177
james2177 merged commit 4d22724 into stellar-vortex-protocol:main Sep 2, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment