소스 검색

chore(.github): add a new tracker template (#15391)

Signed-off-by: -LAN- <laipz8200@outlook.com>
-LAN- 4 달 전
부모
커밋
d333de274f
1개의 변경된 파일13개의 추가작업 그리고 0개의 파일을 삭제
  1. 13 0
      .github/ISSUE_TEMPLATE/tracker.yml

+ 13 - 0
.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