From a6705ab06ea6e41e3adb0ff4e64adf4a8919ee0d Mon Sep 17 00:00:00 2001 From: Patrik Oldsberg Date: Tue, 19 Nov 2024 20:46:58 +0100 Subject: [PATCH] beps: add FAQ entry for provisional state Signed-off-by: Patrik Oldsberg --- beps/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/beps/README.md b/beps/README.md index a7381eeee0..84bf967b5c 100644 --- a/beps/README.md +++ b/beps/README.md @@ -47,6 +47,10 @@ Yes! BEPs are living documents and anyone can suggest changes to them. We encour Architecture Decision Records (ADRs) are used to document decisions made for development within the Backstage project. They are not intended to be used for proposing new features or changes to Backstage. +### What's does it mean for a BEP to be in "provisional" state? + +This is a state from an older version of the BEP process, and means that it has been approved as work to be done but the exact design is not yet agreed upon. BEPs in this state need to be moved to the `implementable` state before they can be implemented. + ### My FAQ isn't answered here! The BEP process is still evolving!