| name | typo3-core-contributions-content-blocks |
| description | Contributing to Content Blocks extension. Patch workflow, testing, and documentation for the Content Blocks project. |
| version | 1.0.0 |
| typo3_compatibility | 13.0 - 14.x |
| related_skills | ["typo3-core-contributions","typo3-content-blocks"] |
| triggers | ["contribute content blocks","content blocks patches"] |
Contributing to Content Blocks
Compatibility: TYPO3 v13.x and v14.x
Related Skills:
1. Content Blocks Repository
GitHub Repository
Content Blocks is maintained on GitHub:
git clone https://github.com/FriendsOfTYPO3/content-blocks.git
cd content-blocks
composer install
Issue Tracker
Report bugs and feature requests:
https://github.com/FriendsOfTYPO3/content-blocks/issues
2. Development Setup
git clone https://github.com/YOUR-USERNAME/content-blocks.git
git remote add upstream https://github.com/FriendsOfTYPO3/content-blocks.git
git checkout -b feature/my-improvement
3. Running Tests
composer test:unit
composer test:functional
composer test
4. Pull Request Guidelines
Commit Message Format
[FEATURE] Add support for new field type
Add FieldType::Custom for user-defined field implementations.
Resolves: #123
PR Checklist
5. Documentation Contributions
Content Blocks documentation:
https://docs.typo3.org/p/friendsoftypo3/content-blocks/main/en-us/
cd Documentation
make html
References
Credits & Attribution
This skill is part of the webconsulting.at TYPO3 skills collection.