From 527a1e52ce9f4959bbc5c4ae87c6b35bd3c859d7 Mon Sep 17 00:00:00 2001 From: Marina Moore Date: Mon, 26 Jun 2023 16:56:02 -0400 Subject: [PATCH] Add initial template for implementation roadmaps Signed-off-by: Marina Moore --- Roadmap.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Roadmap.md b/Roadmap.md index fe98361..d00b3d3 100644 --- a/Roadmap.md +++ b/Roadmap.md @@ -35,3 +35,11 @@ Which of these should block releases? * TAP 3 & 4, work on implementations * Implement TAP 13 in go-tuf * All implementations should catch up to 1.x.y by $MONTH and $DATE? + +## Implementation roadmaps + +The following are links to roadmaps for various TUF implementations. These roadmaps are maintained by the projects. If you have a TUF implementation, feel free to open a pr to add it here. + +* **python-tuf**: +* **go-tuf**: https://github.com/orgs/theupdateframework/projects/3 +* ...