From dcf88f4188b9b0b7649efffddc92a0e20c69a6f0 Mon Sep 17 00:00:00 2001 From: Andreas Heigl Date: Sat, 25 Oct 2025 20:30:32 +0200 Subject: [PATCH] Add a paragraph about attribute takeover It mmight happen that already existing attributes shall be taken over by the FIG to allow greater reach or provide better maintenance. This is in general something that we allow and already thought about. Such attributes can be published on one central page to make people more aware of them once the process has been started of taking the attribute over. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 59b856b..2602a6e 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,9 @@ Any attribute proposed must be approved by a majority of the working group, and Ideally, proposals should be discussed in the [PHP-FIG Discord](https://discord.gg/php-fig), `#per-attributes` channel, prior to proposal. +Existing attributes can be transfered to the FIG. Such attributes will be listed for a reasonable amount of time +in an IN_TRANSITION.md document. The process for a take-over is in essence the same as for not-yet existing attributes. + ## Contributing Please see [CONTRIBUTING](CONTRIBUTING.md) for details.