From b24c0a523217c3bf755967118f61c9a44a287806 Mon Sep 17 00:00:00 2001 From: Bangarraju-Microsoft Date: Tue, 5 Aug 2025 19:12:05 +0530 Subject: [PATCH] US[21166] - git hub actions template file added --- .github/ISSUE_TEMPLATE/subtask.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/subtask.md diff --git a/.github/ISSUE_TEMPLATE/subtask.md b/.github/ISSUE_TEMPLATE/subtask.md new file mode 100644 index 000000000..2451f8b3c --- /dev/null +++ b/.github/ISSUE_TEMPLATE/subtask.md @@ -0,0 +1,22 @@ +--- +name: Sub task +about: A sub task +title: '' +labels: subtask +assignees: '' + +--- + +Required by + +# Description + +A clear and concise description of what this subtask is. + +# Tasks + +_To be filled in by the engineer picking up the subtask + +- [ ] Task 1 +- [ ] Task 2 +- [ ] ... \ No newline at end of file