From 5c9d85bf2cffdb2c047db643176eabdfadcb08f2 Mon Sep 17 00:00:00 2001 From: Anastasiya Semenkevich Date: Thu, 21 Nov 2024 15:22:46 +0300 Subject: [PATCH] chore: add a reminder in feature template to cover metrics --- .github/ISSUE_TEMPLATE/feature-issue.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/feature-issue.md b/.github/ISSUE_TEMPLATE/feature-issue.md index 98f4f5a886..6681764cb0 100644 --- a/.github/ISSUE_TEMPLATE/feature-issue.md +++ b/.github/ISSUE_TEMPLATE/feature-issue.md @@ -14,6 +14,10 @@ labels: feature [comment]: # (Describe the use cases the implementation should cover. E.g. New users, existing users, public chat, group chat, etc) *Summary*: ... +### Metrics + +Does that feature need metrics to be added? If yes, describe which events should be tracked and add them to Mixpanel + ### Acceptance Criteria [comment]: # (Rules for the future PR to be accepted.)