Skip to content

Latest commit

 

History

History
44 lines (31 loc) · 1.18 KB

File metadata and controls

44 lines (31 loc) · 1.18 KB

Pull Request Template

Need project context? See the README and CONTRIBUTING.

📌 Description (Readr)

Please include a summary of the changes in Readr and which issue(s) they address.

Fixes #123


✅ Type of Change (Readr)

  • Bug fix 🐛
  • New feature ✨
  • Documentation update 📖
  • Other (please describe): ___
  • Refactor ♻️
  • Chore 🧹

🔍 How Has This Been Tested? (in Readr)

Please describe the tests you ran and how you verified your changes work as expected.


Breaking changes?

  • None
  • Yes — describe impact and required migration steps:

📸 Screenshots (if applicable)


🤝 Checklist

  • I have read the Contributing Guidelines
  • I have tested my changes locally
  • I have updated documentation if needed
  • My code follows the project’s style guidelines
  • I updated CHANGELOG.md (if user-facing changes)
  • Basic a11y checks (keyboard reachability, labels, contrast) for UI changes
  • Security considerations reviewed (no sensitive data; no new unsafe patterns)