From 09db29c91a52a33c2f05fb3e636d16c16d1c5645 Mon Sep 17 00:00:00 2001 From: Charles Bochet Date: Thu, 14 Sep 2023 15:45:07 -0700 Subject: [PATCH] Introduce 'Add new feature' issue template --- .../add-new-feature---behavior.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/add-new-feature---behavior.md diff --git a/.github/ISSUE_TEMPLATE/add-new-feature---behavior.md b/.github/ISSUE_TEMPLATE/add-new-feature---behavior.md new file mode 100644 index 000000000..ff3ab3f8f --- /dev/null +++ b/.github/ISSUE_TEMPLATE/add-new-feature---behavior.md @@ -0,0 +1,19 @@ +--- +name: Add new feature / behavior +about: Describe the desired product increment +title: '' +labels: '' +assignees: '' + +--- + +**Current behavior** +A clear and concise description of what the current behavior is. +Please also add screenshots + +**Describe the solution you'd like** +A clear and concise description of what you want to happen. +Please also add screenshots or link to figma if available + +**Additional context** +Add any other context or screenshots about the feature request here.