Thank you for your interest in contributing to our project! This document provides guidelines and instructions for contributing.
Please read our Code of Conduct before contributing.
- Check if the bug has already been reported in the Issues section
- Use the bug report template when creating a new issue
- Provide detailed steps to reproduce the bug
- Include screenshots if applicable
- Check if the feature has already been suggested
- Use the feature request template
- Explain why the feature would be useful
- Fork the repository
- Create a new branch (
git checkout -b feature/amazing-feature) - Make your changes
- Commit with clear messages (
git commit -m 'Add some amazing feature') - Push to your branch (
git push origin feature/amazing-feature) - Open a Pull Request
- All development should happen in feature branches
- Pull requests require at least one review before merging
- All tests must pass before a PR can be merged
- Follow the existing code style
- Write clear comments and documentation
- Keep commit messages concise and descriptive
Thank you for contributing!