Skip to content

Latest commit

 

History

History
38 lines (27 loc) · 937 Bytes

File metadata and controls

38 lines (27 loc) · 937 Bytes

Contributing

Thanks for helping make React Native AI-assisted development more predictable.

Project Principles

  • Spec before code.
  • Checks before trust.
  • React Native platform behavior must be explicit.
  • Security and release boundaries are part of the feature, not cleanup work.
  • Agent instructions should be short, enforceable, and tied to repository files.

Development

pnpm install
pnpm lint
pnpm test

Pull Requests

For behavior changes, include:

  • The .rns workflow file, command, spec, rule, or package being changed
  • The implementation plan or active change directory
  • The checks you ran
  • Known risks and follow-up work

For documentation-only changes, include the affected rule, template, or example.

Issue Ideas

  • Define a new rule chapter
  • Improve /rns validation
  • Add an example .rns workflow
  • Add an agent integration for the /rns command
  • Add a security or release check