Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 666 Bytes

CONTRIBUTING.md

File metadata and controls

33 lines (23 loc) · 666 Bytes

Contributing to ModulesPress

Thank you for considering contributing to ModulesPress! We welcome contributions from the community.

How to Contribute

  1. Fork the repository
  2. Create a new branch for your feature or bugfix
  3. Make your changes
  4. Submit a pull request

Development Setup

  1. Install dependencies:
composer install
npm install
  1. Start development server:
npm run dev

Guidelines

  • Follow PSR-4 coding standards for PHP
  • Use TypeScript for frontend development
  • Write clear commit messages

License

By contributing to ModulesPress, you agree that your contributions will be licensed under the MIT License.