Skip to content

Conversation

@bburda
Copy link
Contributor

@bburda bburda commented Jan 31, 2026

Pull Request

Summary

Add missing badges to README.md


Issue

Link the related issue (required):


Type

  • Bug fix
  • New feature
  • Breaking change
  • Documentation only

Testing

How was this tested / how should reviewers verify it?
N/A


Checklist

  • Breaking changes are clearly described (and announced in docs / changelog if needed)
  • Linting passes (poetry run ruff check src/ tests/)
  • Formatting passes (poetry run ruff format --check src/ tests/)
  • Type checking passes (poetry run mypy src/)
  • Tests pass (poetry run python run_tests.py)
  • Docs were updated if behavior or public API changed

@bburda bburda requested a review from mfaferek93 January 31, 2026 19:27
@bburda bburda self-assigned this Jan 31, 2026
Copilot AI review requested due to automatic review settings January 31, 2026 19:27
@bburda bburda added the documentation Improvements or additions to documentation label Jan 31, 2026
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds repository badges to the README to surface project status and links more prominently.

Changes:

  • Added GitHub Actions CI workflow status badge
  • Added GHCR container badge and link
  • Added Docs, License, and Discord badges

mfaferek93
mfaferek93 previously approved these changes Jan 31, 2026
Changed licence in pyproject.toml from MIT to Apache-2.0.
@bburda bburda merged commit 0c08417 into main Jan 31, 2026
3 checks passed
@bburda bburda deleted the docs/add-badges branch January 31, 2026 19:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add badges to README

3 participants