Skip to content

Latest commit

History

History
32 lines (25 loc) 路 913 Bytes

File metadata and controls

32 lines (25 loc) 路 913 Bytes

Contributing to hermes-skills

Thank you for your interest in contributing! 馃帀

How to Contribute

Reporting Bugs

  • Open a GitHub issue with a clear description
  • Include steps to reproduce
  • Mention your OS and Python version

Suggesting Features

  • Open a GitHub issue with the enhancement label
  • Describe the use case and expected behavior

Pull Requests

  1. Fork the repository
  2. Create a feature branch: git checkout -b feature/my-feature
  3. Make your changes
  4. Run tests if applicable
  5. Commit: git commit -m 'Add my feature'
  6. Push: git push origin feature/my-feature
  7. Open a Pull Request

Code Style

  • Python: PEP 8, type hints where possible
  • JavaScript/Apps Script: camelCase, JSDoc comments
  • All code and comments in English
  • Use descriptive variable names

License

By contributing, you agree that your contributions will be licensed under the MIT License.