From d333de274f370cb77dc3ced6acf0dca609dd56c7 Mon Sep 17 00:00:00 2001 From: -LAN- Date: Mon, 10 Mar 2025 18:39:35 +0800 Subject: [PATCH] chore(.github): add a new tracker template (#15391) Signed-off-by: -LAN- --- .github/ISSUE_TEMPLATE/tracker.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/tracker.yml diff --git a/.github/ISSUE_TEMPLATE/tracker.yml b/.github/ISSUE_TEMPLATE/tracker.yml new file mode 100644 index 0000000000..17bc353989 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/tracker.yml @@ -0,0 +1,13 @@ +name: "👾 Tracker" +description: For inner usages, please donot use this template. +title: "[Tracker] " +labels: + - tracker +body: + - type: textarea + id: content + attributes: + label: Blockers + placeholder: "- [ ] ..." + validations: + required: true