diff --git a/rfcs/NNNN-cdevents-provider/README.md b/rfcs/NNNN-cdevents-provider/README.md index 5f56e929..0b0f56e0 100644 --- a/rfcs/NNNN-cdevents-provider/README.md +++ b/rfcs/NNNN-cdevents-provider/README.md @@ -17,16 +17,20 @@ Must be one of `provisional`, `implementable`, `implemented`, `deferred`, `rejec ## Summary -This RFC proposes to add a `Provider` type to the Flux notification-controller API for sending [CDEvents](https://github.com/cdevents). +This RFC proposes to add a `Provider` type to the Flux notification-controller API for sending +[CDEvents](https://github.com/cdevents). -When `Provider` objects configured to send CDEvents are alerted by a Flux event, they will utilise an already defined mapping of Flux and CDEvents events to send an appropriate CDEvent payload to a defined URL. +When `Provider` objects configured to send CDEvents are alerted by a Flux event, they will utilise an already defined +mapping of Flux and CDEvents events to send an appropriate CDEvent payload to a defined URL. ## Motivation -CDEvents enables interoperability between supported tools in a workflow, and flux is a very popular continuous delivery tool, as such we have received many questions about implementing CDEvents into the tool. The receiver part of this integration is already implemented in flux 2.3.0 +CDEvents enables interoperability between supporte tools in a workflow, and flux is a very popular continuous delivery +tool, as such we have received many questions about implementing CDEvents into the tool. The receiver part of this +integration is already implemented in flux 2.3.0