We welcome contributions from the community! Here's how you can help.
Ways to Contribute
- Report Bugs: Submit issues for any bugs you encounter
- Suggest Features: Share your ideas for new features
- Improve Documentation: Help us make documentation clearer
- Submit PRs: Fix bugs or add features yourself
Development Setup
# Clone the repository
git clone https://github.com/mubaidr/gem-team.git
# Install dependencies
npm install
# Run tests
npm test
Code Standards
- Follow existing code style and patterns
- Write tests for new features
- Update documentation as needed
- Keep commits atomic and descriptive
Pull Request Process
- Fork the repository
- Create a feature branch
- Make your changes
- Run tests locally
- Submit a pull request
We review all contributions and aim to respond within 48 hours.