Thank you for your interest in contributing! Please follow these guidelines to make the process smooth and enjoyable for everyone.
- Fork the repository and create a new branch for your changes.
- Create a Pull Request: After committing your changes, open a pull request with a clear description.
- Write Clear Commit Messages: Use an emoji and a brief, descriptive message (e.g.,
📝 Add CONTRIBUTING.md
).
All contributors are expected to adhere to the Code of Conduct. Please be respectful and constructive.
If you find a bug or have a feature request, please open an issue with as much detail as possible.
- Use clear and descriptive variable names.
- Follow PEP8 guidelines for Python code.
- Write unit tests for new features or bug fixes.