Thanks for contributing!
git clone https://github.com/EvezArt/evez-engine.git
cd evez-engine
npm install- Create a feature branch:
git checkout -b feature/your-feature - Make your changes and add tests
- Run the test suite:
npm test - Commit with a clear message
- Push and open a PR
- Write clean, readable code
- Add tests for new features
- Tests pass
- No new linting errors
- Docs updated