FriendChise Docs
Contributing
Issue-first workflow and contribution standards
Contribution flow
- Open an issue first to discuss the idea.
- Wait for maintainer feedback.
- 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
- Full guide: CONTRIBUTING.md
- Ideas list: Ideas for Contributing
- Code of conduct: CODE_OF_CONDUCT.md
