From 9b54af9a350cfd0e57d0138dc4780dd6ec803f82 Mon Sep 17 00:00:00 2001 From: Thilo Fromm Date: Thu, 17 Mar 2022 11:19:52 +0100 Subject: [PATCH 1/2] README.md: link to new tactical board and roadmap Signed-off-by: Thilo Fromm --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 38cdd4b..286d8c6 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,14 @@ The guides aim to provide a solid base for working with the SDK to help you fili For the general guidelines on making PRs/commits easier to review, please check out the project's [contribution guidelines on git](contributions-git.md). -While short-term concerns are logged in our [issue tracker](https://github.com/flatcar-linux/Flatcar/issues), long-term items are reflected on our [roadmap board](https://github.com/orgs/flatcar-linux/projects/2). +## Project status and roadmap - What's everybody working on, right now and in the future? + +1. short-term concerns (bugs and minor enhanceents) enter the project via our [issue tracker](https://github.com/flatcar-linux/Flatcar/issues) +2. our [tactical board](https://github.com/orgs/flatcar-linux/projects/7/views/1) reflects the issues and PRs the maintainers are currently engaged with +3. items which are done will be assigned to an upcoming release on the [release board](https://github.com/orgs/flatcar-linux/projects/7/views/8) + in our release planning calls + +Lastly, epics like major features and long-term items are reflected in our [roadmap board](https://github.com/orgs/flatcar-linux/projects/7/views/9). ### Monthly Community meeting and release planning From 6a158fef5839be2e28d5838c482afd57a448ca3d Mon Sep 17 00:00:00 2001 From: Thilo Fromm Date: Thu, 17 Mar 2022 12:41:59 +0100 Subject: [PATCH 2/2] Apply Sayan's suggestions from code review Co-authored-by: Sayan Chowdhury --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 286d8c6..629a077 100644 --- a/README.md +++ b/README.md @@ -38,8 +38,8 @@ For the general guidelines on making PRs/commits easier to review, please check ## Project status and roadmap - What's everybody working on, right now and in the future? -1. short-term concerns (bugs and minor enhanceents) enter the project via our [issue tracker](https://github.com/flatcar-linux/Flatcar/issues) -2. our [tactical board](https://github.com/orgs/flatcar-linux/projects/7/views/1) reflects the issues and PRs the maintainers are currently engaged with +1. short-term concerns (bugs and minor enhancements) enter the project via our [issue tracker](https://github.com/flatcar-linux/Flatcar/issues) +2. our [tactical board](https://github.com/orgs/flatcar-linux/projects/7/views/1) reflects the issues and PRs the maintainers and the contributors are currently engaged with 3. items which are done will be assigned to an upcoming release on the [release board](https://github.com/orgs/flatcar-linux/projects/7/views/8) in our release planning calls