Thank you for your interest in contributing!
This project and everyone participating in it is governed by our Code of Conduct. By participating, you are expected to uphold this code. Please report unacceptable behavior to nick@nickyt.co.
- Fork the repository
- Create a feature branch:
git checkout -b feature/your-feature-name - Make your changes
- Run the quality checks:
npm run lint && npm run format:check && npm run build - Submit a pull request
When reporting issues, please include:
- Clear description of the problem
- Steps to reproduce
- Expected vs actual behavior
- Error messages or logs if applicable
Feel free to open an issue for discussion or contact nick@nickyt.co.
Thank you for contributing!