From c0aac82bd22200d232e79b5bf77eb06673b82415 Mon Sep 17 00:00:00 2001 From: Shai Reznik Date: Mon, 26 Aug 2024 16:24:30 +0300 Subject: [PATCH] added timelines clarification --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2489d60..40aead1 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,8 @@ A lot of changes like bug fixes and docs updates can be handled by a normal pull But some changes have a wider effect and require design and discussion to make sure their impact will be positive for the wider Qwik community and will stay true to Qwik's philosophy. +In the Qwik Evolution process, timelines can vary—from days or weeks on urgent matters to much longer for non-urgent but high-value improvements. + ## Qwik RFC Process @@ -35,7 +37,7 @@ Create a [proposal discussion using the suggested template](https://github.com/Q ### STAGE 2 - RFC Issue -A RFC issue is a Github issue that's based on the original proposal discussion. +An RFC issue is a Github issue that's based on the original proposal discussion. This means the implementation exploration can be started and all related PRs should be linked in that issue. An RFC is led by champions from the Core team but the original proposal submitter could join as a community champion to provide help / insight / feedback during the exploration process.