# Pull Request ## ๐Ÿ“ Description **What does this PR do?** - [ ] Add new content - [ ] Update existing content - [ ] Fix bugs - [ ] Improve styling/design - [ ] Update documentation - [ ] Other: _____ **Summary of changes:** ## ๐Ÿ”— Related Issues - Relates to # - Fixes # - Closes # ## ๐Ÿงช Testing **How has this been tested?** - [ ] Tested locally with `./mkdocs.sh` - [ ] Tested in multiple browsers - [ ] Tested on mobile/tablet - [ ] Links verified - [ ] All pages load correctly - [ ] No broken functionality **Test environment:** - OS: - Browser(s): - Device type: ## ๐Ÿ“ธ Screenshots **Before:** **After:** ## โœ… Checklist **Before submitting this PR:** - [ ] I have read the [CONTRIBUTING.md](../CONTRIBUTING.md) guidelines - [ ] My code follows the project's style guidelines - [ ] I have performed a self-review of my changes - [ ] I have tested my changes locally - [ ] I have checked that all links work correctly - [ ] My changes generate no new warnings or errors - [ ] I have added/updated documentation if needed - [ ] My commit messages follow [Conventional Commits](https://www.conventionalcommits.org/) **Content changes (if applicable):** - [ ] Content is accurate and up-to-date - [ ] Spelling and grammar are correct - [ ] Links are working and relevant - [ ] Images have appropriate alt text - [ ] Content follows the site's tone and style **Technical changes (if applicable):** - [ ] Code is properly formatted - [ ] No hardcoded values where configuration should be used - [ ] Changes are backward compatible - [ ] Performance impact has been considered ## ๐Ÿ’ฌ Additional Notes ## ๐Ÿ“‹ Reviewer Checklist - [ ] Changes are properly tested - [ ] Documentation is updated if needed - [ ] No breaking changes introduced - [ ] Security implications considered - [ ] Performance impact acceptable - [ ] Follows project conventions