Contributing

February 20, 2026 ยท View on GitHub

Getting Started

  1. Fork the repository
  2. Clone your fork: git clone https://github.com/YOUR_USERNAME/angular-odata.git
  3. Install dependencies: npm install

Development

  • Tests: npm run test
  • Build: npm run build

Pull Request Process

  1. Create a feature branch from main
  2. Make your changes following the code style
  3. Ensure all tests pass and linting is clean
  4. Update documentation if needed
  5. Submit a pull request with a clear description

Code Style

  • Follow existing code conventions
  • Use TypeScript strict mode
  • Add tests for new features
  • Keep commits atomic and descriptive