Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 724 Bytes

File metadata and controls

23 lines (18 loc) · 724 Bytes

Contributing to stellar-hooks

Thank you for contributing!

Setup

  1. Fork and clone the repo
  2. Install: pm install
  3. Create branch: git checkout -b feature-name

Development

  • Run tests: pm test
  • Build: pm run build

Submit PR

  1. Make changes
  2. Run tests
  3. Commit and push
  4. Open Pull Request

See CODE_OF_CONDUCT.md.