From 59f0b5de532131245f4e238e0f8deb9b7048c545 Mon Sep 17 00:00:00 2001 From: Nedelina T Date: Fri, 28 Jun 2024 13:21:24 -0700 Subject: [PATCH] Update to feature_request.md --- .github/ISSUE_TEMPLATE/feature_request.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 4ceaedd..5778a64 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -6,7 +6,15 @@ labels: feature request assignees: '' --- -For feature proposals that require additional research, include: +**What is the issue about?** +- [ ] improving/extending existing features; +- [ ] issue requires additional research to be implemented + +#### For improving/extending existing features, please include: + - Description of the proposed feature. + - Include a short motivation of why the feature will be useful to users. + +**For feature proposals that require additional research, include:** * Proposal and background. * Motivation of why the feature is interesting from reserach perspective and why it will be useful for the users. * Short outline of experiments, and description of necessary sub components (e.g. data curation, training, evaluation), if needed.