Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 1.11 KB

File metadata and controls

41 lines (28 loc) · 1.11 KB

Contributing to @pmatrix/field-node-runtime

Thank you for your interest in contributing!

How to Contribute

  1. Fork this repository
  2. Create a branch from main (git checkout -b feat/your-feature)
  3. Commit your changes with clear commit messages
  4. Push to your fork and open a Pull Request

Development Setup

git clone https://github.com/p-matrix/field-node-runtime.git
cd field-node-runtime
npm install
npm run build

Guidelines

  • Follow the existing code style (TypeScript strict mode)
  • Keep PRs focused — one feature or fix per PR
  • Add or update tests where applicable
  • Do not commit API keys, credentials, or .env files

Bug Reports

Open a GitHub Issue with:

  • Steps to reproduce
  • Expected vs actual behavior
  • Node.js version

Security Vulnerabilities

Do not open a public issue. Please email architect@p-matrix.io instead. See SECURITY.md for details.

License

By contributing, you agree that your contributions will be licensed under the Apache License 2.0.