From 107713d84d60a6241d9210694f5dee8b1495c8f5 Mon Sep 17 00:00:00 2001 From: encalada Date: Wed, 3 Jan 2024 16:32:13 -0500 Subject: [PATCH] Add ROADMAP doc --- ROADMAP.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 ROADMAP.md diff --git a/ROADMAP.md b/ROADMAP.md new file mode 100644 index 0000000000..61bcb3e151 --- /dev/null +++ b/ROADMAP.md @@ -0,0 +1,20 @@ +# Project Roadmap + +- Security + - Incorporate Supply Chain Security Best Practices and deliver them to users through our Build API. + - Continuously address and communicate vulnerability findings across our projects. + +- Community + - Outreach through diverse channels to ensure continuous engagement, such as talks, blog posts, social media. + - Ensure our Community [standards](https://github.com/shipwright-io/.github/blob/main/CODE_OF_CONDUCT.md#our-standards) are consistently applied. + - Cultivate a strong relationship with the adopted Foundation. + - Encourage and recognize contributions. + +- Build Tools + - Consistently integrate the latest features of Build Tools into our Build Strategies. + - Expand our support for Build Tools in response to user demand or market trends. + +- Third-Party Integrations + - Periodically evaluate and update our existing integrations. + - Ensure Integrations with CI/CD tools that can leverage Shipwright or existing CI/CD pipelines. + - Encourage contributors to create integrations. \ No newline at end of file