Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 464 Bytes

File metadata and controls

27 lines (19 loc) · 464 Bytes

Contributing to @juspay/kriya

Thank you for your interest in contributing! We welcome contributions from everyone.

Getting Started

  1. Fork the repository
  2. Create your feature branch
  3. Make your changes
  4. Add tests for your changes
  5. Run the test suite
  6. Submit a pull request

Development Setup

npm install
npm test

Code Style

Please follow the existing code style and run the linter before submitting.

npm run lint