From c2f678d40f131181c6050a77556bf9ba992a8aba Mon Sep 17 00:00:00 2001 From: eeliu <27064129+eeliu@users.noreply.github.com> Date: Mon, 9 Oct 2023 16:16:30 +0800 Subject: [PATCH] Update issue templates add tasklists --- .github/ISSUE_TEMPLATE/tasklists.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/tasklists.md diff --git a/.github/ISSUE_TEMPLATE/tasklists.md b/.github/ISSUE_TEMPLATE/tasklists.md new file mode 100644 index 000000000..00d3405c0 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/tasklists.md @@ -0,0 +1,26 @@ +--- +name: TaskLists +about: Task List template +title: "[Task]" +labels: "\U0001F4C3TaskLists" +assignees: '' + +--- + +## Background + +> why you need this + +## Solutions + +> how to do this ? what your plan + +## Tasks + +> steps + +- [ ] task-1 +- [ ] task-2 + + +## PRs