Contributing¶
See the CONTRIBUTING.md file in the repository for detailed contribution guidelines.
Quick Summary¶
- Fork the repository
- Create a feature branch in a git worktree
- Follow TDD (write tests first!)
- Use conventional commits
- Submit a pull request
Development Setup¶
Bash
git clone https://github.com/YOUR_USERNAME/pytest-gremlins.git
cd pytest-gremlins
uv sync --dev
uv run pre-commit install
Running Tests¶
Code of Conduct¶
Please read and follow our Code of Conduct.