Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 773 Bytes

File metadata and controls

29 lines (20 loc) · 773 Bytes

Contributing to AIR SDK

Thanks for your interest in contributing! Here's how to get started.

Development Setup

git clone https://github.com/ArcedeDev/air-sdk.git
cd air-sdk
npm install
npm test

Code Style

  • TypeScript with strict mode enabled
  • Run npm run lint before submitting changes
  • Run npm run typecheck to verify type correctness

Pull Request Process

  1. Fork the repository and create a feature branch from main
  2. Make your changes and ensure all tests pass (npm test)
  3. Run npm run lint and npm run typecheck with no errors
  4. Open a pull request against main with a clear description of the change

Reporting Issues

Please open an issue on GitHub with steps to reproduce, expected behavior, and actual behavior.