From 16d1ba80b7783dd4b7c45f3e6b2f57c09b32c6b3 Mon Sep 17 00:00:00 2001 From: Mo Zhu Date: Fri, 21 Oct 2022 07:09:54 -0700 Subject: [PATCH] Update new feature work template (#8382) - Update the issue template --- .github/ISSUE_TEMPLATE/new-feature-work.md | 73 +++++++++++++++++----- 1 file changed, 57 insertions(+), 16 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/new-feature-work.md b/.github/ISSUE_TEMPLATE/new-feature-work.md index a6b0edc1fc..13c68ab5eb 100644 --- a/.github/ISSUE_TEMPLATE/new-feature-work.md +++ b/.github/ISSUE_TEMPLATE/new-feature-work.md @@ -2,38 +2,79 @@ name: 🎟  New feature work about: Specify a planned, new feature in Fleet so that engineering can provide an estimation on the time required for implementation. title: '' -labels: 'needs estimation' +labels: 'epic' assignees: '' --- -### Goal +## Problem TODO - + -### Figma +## Business Case TODO - + -### API wireframes +## Analytics +TODO + + +## Requirements + +TODO +1. +2. +3. + + +- **Documentation** Do you want a guide written about this? +- **Analytics** How are we going to measure usage and success? +- **QA** Any special QA notes? + + +## Design +### UI TODO - + -### How? - -#### Frontend +### API TODO - + -- [ ] - -#### Backend +### CLI TODO - + -- [ ] \ No newline at end of file +## Related + + + +### Child issues +Interface team +- TODO + +Platform team +- TODO + +Agent team +- TODO + +Documentation +- TODO