FriendChise Docs

Contributing

Issue-first workflow and contribution standards

Contribution flow

  1. Open an issue first to discuss the idea.
  2. Wait for maintainer feedback.
  3. Submit a focused PR.

This keeps work aligned and avoids duplicate effort.

Good contribution areas

  • Performance optimizations
  • Security improvements
  • UI/UX polish and accessibility
  • Testing reliability
  • Developer experience and tooling

Standards

  • Keep PRs scoped to one goal
  • Include tests for behavior changes
  • Update docs when contributor flow or setup changes
  • Avoid unrelated refactors in the same PR

References