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