Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 492 Bytes

File metadata and controls

31 lines (22 loc) · 492 Bytes

Contributing

Setup

git clone https://github.com/burgdev/django-admin-runner
cd django-admin-runner
uv sync --all-extras

Running tests

uv run pytest

Linting

uv run ruff check src tests
uv run ruff format src tests

Submitting changes

  1. Fork the repository
  2. Create a feature branch
  3. Make your changes with tests
  4. Open a pull request

Please follow Conventional Commits for commit messages.