Skip to content

Add docs-only PR check guidance to README#1357

Merged
SkBlaz merged 2 commits into
masterfrom
copilot/scan-for-missing-test-coverage
May 11, 2026
Merged

Add docs-only PR check guidance to README#1357
SkBlaz merged 2 commits into
masterfrom
copilot/scan-for-missing-test-coverage

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented May 10, 2026

Summary

  • Added a docs-only contributor note in README.md recommending make docs-check before opening a PR.
  • Removed accidentally committed local build artifacts (dist/*.whl, dist/*.tar.gz) from this branch.

Validation

  • Baseline checks run before edit:
    • make setup
    • make dev-install
    • .venv/bin/ruff check py3plex (reported existing repository lint issues)
    • .venv/bin/black --check py3plex (reported existing formatting issues)
    • .venv/bin/mypy py3plex (reported existing type issues)
    • .venv/bin/pytest tests/ (long-running with existing failures; stopped after baseline signal)
    • make build
  • Docs-specific check after edit:
    • make docs-check (completed)
  • Automated review/security validation:
    • parallel_validation passed (Code Review clean; CodeQL skipped as trivial)

Copilot AI requested a review from SkBlaz May 10, 2026 21:28
Copilot finished work on behalf of SkBlaz May 10, 2026 21:28
@SkBlaz SkBlaz marked this pull request as ready for review May 11, 2026 04:30
@SkBlaz SkBlaz merged commit ab87519 into master May 11, 2026
37 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants