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