From 4b00417b299748cd9fff69ba0646335a04bbbbb5 Mon Sep 17 00:00:00 2001 From: noahtalerman <47070608+noahtalerman@users.noreply.github.com> Date: Wed, 25 Aug 2021 11:22:11 -0400 Subject: [PATCH] Add "New feature work" issue template (#1790) --- .github/ISSUE_TEMPLATE/new-feature-work.md | 39 ++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/new-feature-work.md diff --git a/.github/ISSUE_TEMPLATE/new-feature-work.md b/.github/ISSUE_TEMPLATE/new-feature-work.md new file mode 100644 index 0000000000..a6b0edc1fc --- /dev/null +++ b/.github/ISSUE_TEMPLATE/new-feature-work.md @@ -0,0 +1,39 @@ +--- +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' +assignees: '' + +--- + +### Goal + +TODO + + +### Figma + +TODO + + +### API wireframes + +TODO + + +### How? + +#### Frontend + +TODO + + +- [ ] + +#### Backend + +TODO + + +- [ ] \ No newline at end of file