- WordPress core y plugins - Tema Twenty Twenty-Four configurado - Plugin allow-unfiltered-html.php simplificado - .gitignore configurado para excluir wp-config.php y uploads 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
842 B
Executable File
842 B
Executable File
Want to contribute?
If you would like to contribute, here are some notes and guidelines:
- All new development happens on feature/fix branches, and are then merged to the
masterbranch once stable; so themasterbranch is always the most up-to-date, working code - Tagged releases are made from the
masterbranch - If you are going to be submitting a pull request, please fork from
master, and submit your pull request back as a fix/feature branch referencing the GitHub issue number - Code style might be automatically fixed by
composer fix - All code changes must be validated by
composer check - Helpful article about forking
- Helpful article about pull requests