b072140124
- CHANGELOG.md, CONTRIBUTING.md, SECURITY.md, CODE_OF_CONDUCT.md - docs/INSTALLATION.md with setup and troubleshooting guide - LICENSE (GPL-3.0-or-later) - Makefile with package target for ZIP builds Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
981 B
981 B
Contributing to MokoDPCalendarAPI
Thank you for your interest in contributing.
Getting Started
- Fork the repository
- Create a feature branch from
main - Make your changes in
src/ - Test by installing the plugin on a Joomla site with DPCalendar
- Submit a pull request
Development Setup
- Joomla 5.x or 6.x with DPCalendar installed
- PHP 8.1+
- A valid Joomla API token for testing
Code Standards
- Follow MokoStandards file header format
- Use Joomla's namespace conventions (
Moko\Plugin\WebServices\MokoDPCalendarAPI) - All files must include the GPL-3.0-or-later license header
Reporting Issues
Use the issue tracker on Gitea. Include:
- Joomla version
- DPCalendar version
- PHP version
- Steps to reproduce