Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 869 Bytes

File metadata and controls

33 lines (23 loc) · 869 Bytes

Contributing to Secrin

Thanks for your interest in contributing. Keep it simple, ship fast, improve continuously.

How to Contribute

  1. Fork the repo and create a feature branch.
  2. Keep PRs focused. one change per pull request.
  3. Write clean code, add context where decisions matter.
  4. Add tests if your change affects logic.
  5. Submit PR with a brief summary and reasoning.

Reporting Issues

  • Use GitHub Issues.
  • Include steps to reproduce and logs if relevant.
  • Propose solutions when possible.

Code Style

  • Prefer clarity over cleverness.
  • Document edge cases and intentional trade-offs.
  • Performance matters, avoid unnecessary complexity.

Community

  • Be respectful.
  • Assume positive intent.
  • Focus on building and improving.

You're contributing to the memory layer for engineering teams. Let's build something worth remembering.