Ikabud Kernel CMS Contributing – Ikabud Kernel CMS

Contributing

We welcome contributions from developers of all skill levels! Whether you’re fixing bugs, adding features, improving documentation, or creating themes, your help is appreciated.

Quick Start

  1. Fork the repository on GitHub
  2. Create a feature branch (git checkout -b feature/amazing-feature)
  3. Make your changes following our coding standards
  4. Test your changes thoroughly
  5. Commit your changes (git commit -m 'feat: add amazing feature')
  6. Push to the branch (git push origin feature/amazing-feature)
  7. Open a Pull Request with a clear description

Contribution Areas

  • πŸ› Bug Fixes – Help squash bugs
  • ✨ New Features – Add new capabilities
  • πŸ“ Documentation – Improve guides and examples
  • 🎨 Themes – Create DiSyL themes
  • 🧩 Components – Build reusable components
  • πŸ”§ CMS Adapters – Improve CMS integrations
  • πŸ§ͺ Testing – Add tests and improve coverage

Development Setup

# Clone your fork
git clone https://github.com/aKira041795/Ikabud-CMS-Kernel.git
cd ikabud-kernel

# Install dependencies
composer install

# Run tests
composer test

# Start development server
php -S localhost:8000 -t public

See CONTRIBUTING.md for detailed guidelines.

About

Passionate writer and developer sharing insights about web development, design, and technology.

View all posts by β†’

Related Posts