Thank you for your interest in contributing! 馃帀
- Open a GitHub issue with a clear description
- Include steps to reproduce
- Mention your OS and Python version
- Open a GitHub issue with the
enhancementlabel - Describe the use case and expected behavior
- Fork the repository
- Create a feature branch:
git checkout -b feature/my-feature - Make your changes
- Run tests if applicable
- Commit:
git commit -m 'Add my feature' - Push:
git push origin feature/my-feature - Open a Pull Request
- Python: PEP 8, type hints where possible
- JavaScript/Apps Script: camelCase, JSDoc comments
- All code and comments in English
- Use descriptive variable names
By contributing, you agree that your contributions will be licensed under the MIT License.