Skip to content

Latest commit

 

History

History
64 lines (51 loc) · 1.79 KB

File metadata and controls

64 lines (51 loc) · 1.79 KB

Pull Request Template

Description

Brief description of what this PR does and why.

Type of Change

Please check the relevant option(s):

  • 🐛 Bug fix (non-breaking change which fixes an issue)
  • ✨ New feature (non-breaking change which adds functionality)
  • 💥 Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • 📚 Documentation update
  • 🔧 Configuration change
  • 🚀 Performance improvement
  • 🧹 Code cleanup/refactoring

Container Images Affected

Check all that apply:

  • Apache
  • PHP-FPM
  • MariaDB
  • WordPress
  • Other: _____________

Changes Made

Testing

Describe how you tested your changes:

  • Built container image(s) locally
  • Tested with Docker Compose
  • Validated health checks work
  • Tested environment variables
  • Verified volume mounts
  • Other: _____________

Breaking Changes

If this introduces breaking changes, describe what users need to do to migrate:

Security Considerations

Any security implications of this change:

Documentation

  • README.md updated (if needed)
  • Container-specific README updated (if needed)
  • CHANGELOG.md updated (if applicable)
  • Docker Compose examples updated (if needed)

Checklist

Before submitting this PR, please make sure:

  • My code follows the project's style guidelines
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings or errors
  • New and existing tests pass locally
  • Any dependent changes have been merged and published

Additional Notes

Any additional information or context about this PR: