Thanks for your interest in improving Local Gravatars.
- Check existing issues and pull requests before opening a new one.
- For security issues, please do not open a public issue. See SECURITY.md.
- Keep changes focused. Small, targeted pull requests are easier to review and merge.
- Clone the repository.
- Put the plugin in your local WordPress installation's
wp-content/plugins/directory. - Activate Local Gravatars.
- Test avatar output on pages that use
get_avatar().
Please include:
- a clear summary of the change
- why the change is needed
- any relevant screenshots or output if behavior changes
- testing notes, especially around avatar URLs, fallback behavior, and cleanup
- Follow WordPress coding standards.
- Keep the plugin lightweight and easy to read.
- Preserve backwards compatibility where possible.
- Avoid adding UI or settings unless there is a strong product reason.
- When adding filters or hooks, document them clearly.
- bug fixes and compatibility improvements
- performance or filesystem safety improvements
- documentation improvements
- better test coverage or reproducible bug reports
Thanks for helping make Local Gravatars better.