Conversation
Summary by CodeRabbit
WalkthroughThe pull request updates the Discord invite link in the GitHub issue template configuration file and adds a Discord community reference to the README. The Discord invite URL is changed from an older ID to a new one with corresponding description updates. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes The changes are straightforward configuration and content updates with no logic modifications, minimal scope, and consistent patterns across both files. Poem
Pre-merge checks and finishing touches❌ Failed checks (1 warning)
✅ Passed checks (2 passed)
✨ Finishing touches🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: CHILL Plan: Pro 📒 Files selected for processing (2)
🔇 Additional comments (2)
Comment |
Description
Motivation and Context
Type of Change
Changes Made
Screenshots/Examples (if applicable)
Checklist
uv run black .to format my codeuv run flake8 .and fixed all issuesuv run mypy --config-file .mypy.ini .and addressed type checking issuesuv run bandit -c .bandit.yaml -r .for security checksuv run pytestand all tests passTesting
Test Configuration:
Test Steps:
1.
2.
3.
Additional Notes
Related Issues/PRs