From 81814b46402c84fa2963edabb86fb7400b6e2308 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20Casta=C3=B1o=20Arteaga?= Date: Fri, 16 Jun 2023 08:50:58 +0200 Subject: [PATCH] Add ROADMAP.md file (#3124) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Sergio CastaƱo Arteaga --- README.md | 4 ++++ ROADMAP.md | 9 +++++++++ 2 files changed, 13 insertions(+) create mode 100644 ROADMAP.md diff --git a/README.md b/README.md index c4a586bb..89b55175 100644 --- a/README.md +++ b/README.md @@ -85,6 +85,10 @@ The *changelog* is [available on Artifact Hub](https://artifacthub.io/packages/h This project follows the [CNCF Code of Conduct](https://github.com/cncf/foundation/blob/master/code-of-conduct.md). +## Roadmap + +Please see [ROADMAP.md](./ROADMAP.md) for more details. + ## Security To report a security problem in Artifact Hub, please contact the Maintainers Team at . Please see [SECURITY.md](./SECURITY.md) for more details. diff --git a/ROADMAP.md b/ROADMAP.md new file mode 100644 index 00000000..5e22d5c1 --- /dev/null +++ b/ROADMAP.md @@ -0,0 +1,9 @@ +# Roadmap + +At a high level the roadmap is focused on the following 3 categories: + +- Add **support for more Cloud Native artifacts** from CNCF projects +- **Improve documentation** to consolidate useful information spread across issues, discussions and Slack conversations +- Continue to **improve users' experience** to make it easier to find artifacts and explore their content + +Changes in these categories happen in an agile manner with constant development but without having a long backlog.