zendframework / maintainers

Contributors and maintainers information for Zend Framework.
BSD 3-Clause "New" or "Revised" License
50 stars 25 forks source link

Maintainer/Contributor Guidelines for Zend Framework

This is a repository containing information and tools for contributors to and maintainers of Zend Framework.

For documentation guidelines, visit the documentation repository.

Templates

The template/ directory contains templates for use in creating new repositories, including:

Templates all use the same placeholders, which can be replaced en masse:

Maintainer tools

CLI tools for automating several tasks, particularly the LTS workflows, are present in this repository. Run the following:

$ composer install

to ensure dependencies are present. The tools are in the bin/zf-maintainer script.

This script currently has the following general use commands:

and the following commands to help maintain LTS releases:

For detailed information about each command, call them with the --help flag, or using the syntax zf-maintainer help <command>.