Skip to content

Latest commit

 

History

History
127 lines (84 loc) · 3.03 KB

File metadata and controls

127 lines (84 loc) · 3.03 KB

Description

Type of Change

  • 🐛 Bug fix (non-breaking change that fixes an issue)
  • ✨ New feature (non-breaking change that adds functionality)
  • 💥 Breaking change (fix or feature that would cause existing functionality to change)
  • 📖 Documentation update
  • 🎨 Code style/refactoring (no functional changes)
  • ⚡ Performance improvement
  • 🔒 Security fix
  • 🧪 Test updates
  • 🔧 Configuration/infrastructure changes

Related Issues

Closes # Related to #

Changes Made

Testing

Test Environment

  • Ruby version:
  • Rails version:
  • Database:
  • Browser (if applicable):

Test Steps

Test Results

  • All existing tests pass
  • New tests added for new functionality
  • Manual testing completed
  • No regressions detected

Screenshots

Checklist

Code Quality

  • My code follows the project's coding standards
  • I have performed a self-review of my code
  • I have commented my code, particularly in hard-to-understand areas
  • My changes generate no new warnings or errors
  • I have added SPDX license headers to all new files

Testing

  • I have added tests that prove my fix/feature works
  • New and existing unit tests pass locally
  • I have tested on multiple browsers/devices (if applicable)

Documentation

  • I have updated relevant documentation (README, CONTRIBUTING, etc.)
  • I have updated CHANGELOG.md with notable changes
  • I have added/updated code comments where necessary
  • API documentation is updated (if applicable)

Security

  • No security vulnerabilities introduced
  • Sensitive data is properly handled
  • Input validation is implemented
  • No debugging code (console.log, binding.pry, etc.) left in

Database

  • Database migrations are reversible
  • Migrations tested on a copy of production data (if applicable)
  • No destructive changes without confirmation

Performance

  • No significant performance degradation
  • Database queries are optimized (no N+1 queries)
  • Large files/data handled efficiently

Additional Context

Reviewer Notes


By submitting this pull request, I confirm that:

  • I have read and agree to the Code of Conduct
  • I have read the Contributing Guidelines
  • My contribution is original or properly attributed
  • I agree to license my contribution under GPL-3.0-or-later