Contributing
February 20, 2026 ยท View on GitHub
Getting Started
- Fork the repository
- Clone your fork:
git clone https://github.com/YOUR_USERNAME/angular-odata.git - Install dependencies:
npm install
Development
- Tests:
npm run test - Build:
npm run build
Pull Request Process
- 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
Code Style
- Follow existing code conventions
- Use TypeScript strict mode
- Add tests for new features
- Keep commits atomic and descriptive