Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 832 Bytes

File metadata and controls

38 lines (25 loc) · 832 Bytes

Contributing to exit-door

Thank you for your interest in contributing!

Getting Started

  1. Fork the repository
  2. Clone your fork
  3. Install dependencies
  4. Create a feature branch

Development

pip install -e ".[dev]"
pytest

Pull Requests

  • Keep PRs focused on a single change
  • Include tests for new functionality
  • Ensure all existing tests pass
  • Follow existing code style

Reporting Issues

  • Use GitHub Issues for bug reports and feature requests
  • Include reproduction steps for bugs
  • Check existing issues before creating new ones

Security

For security vulnerabilities, please email hawthornhollows@gmail.com instead of opening a public issue. See SECURITY.md.

License

By contributing, you agree that your contributions will be licensed under the Apache-2.0 License.