From 2cdbada97b26450ce7825ada8dbb4d64dceaf6b4 Mon Sep 17 00:00:00 2001 From: Manuel Rego Date: Tue, 21 Apr 2026 16:41:34 +0200 Subject: [PATCH] Template for roadmap issues (#44398) As discussed on [Zulip](https://servo.zulipchat.com/#narrow/channel/263398-general/topic/Roadmap/with/580266351), this is a new template for tracking roadmap issues. Testing: No needed, just a GitHub issue template. Signed-off-by: Manuel Rego Casasnovas --- .github/ISSUE_TEMPLATE/roadmap.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/roadmap.md diff --git a/.github/ISSUE_TEMPLATE/roadmap.md b/.github/ISSUE_TEMPLATE/roadmap.md new file mode 100644 index 00000000000..88d746d98ff --- /dev/null +++ b/.github/ISSUE_TEMPLATE/roadmap.md @@ -0,0 +1,25 @@ +--- +name: Roadmap Issue +about: Create an issue to track in the Servo roadmap +title: '' +labels: B-roadmap +assignees: '' + +--- + +## Roadmap Issue + +**Description:** +A clear and concise description of the work that will be done. + +**Area:** e.g. Layout, Script, Performance, ... + +**People:** Who are planning to work on this task. + +Leave it blank if it's just something interesting for the project, +but nobody is planning to work on at the moment. + +--- + +Feel free to add any other comments on the issue after this line. +