- Fork the repository
- Clone your fork:
git clone https://github.com/YOUR_USERNAME/angular-odata.git - Install dependencies:
npm install
- Tests:
npm run test - Build:
npm run build
- Create a feature branch from
main - Make your changes following the code style
- Ensure all tests pass and linting is clean
- Update documentation if needed
- Submit a pull request with a clear description
- Follow existing code conventions
- Use TypeScript strict mode
- Add tests for new features
- Keep commits atomic and descriptive