This repository seeks to serve as a way for the community to collaborate on the creation of RFCs for PHP. Anyone may submit a draft RFC for consideration by the community, which can then be discussed and voted upon by PHP internals.
- Fork this repository.
- Copy the
template.md
file to a new file in thedrafts
directory, naming it in a way that reflects the content of the RFC. - Fill in the RFC template with your proposal.
- Run
make
to generate a document ready for submission to the PHP wiki. The output will be inpublished/your-rfc.txt
. - Submit a pull request with your draft RFC.
- Engage with the community to refine your RFC through code reviews.
- Once the RFC is ready, submit it to the PHP wiki.
- Engage with the community to discuss and vote on your RFC.
- If the RFC is accepted, implement the changes in PHP.
- Celebrate!