From ac7351cf2118fba4a8dfe12744f7539ac0859728 Mon Sep 17 00:00:00 2001 From: mv-turtle <78047717+mv-turtle@users.noreply.github.com> Date: Thu, 24 Nov 2022 13:12:56 -0500 Subject: [PATCH] Create feature_request template --- .github/ISSUE_TEMPLATE/feature_request | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/feature_request diff --git a/.github/ISSUE_TEMPLATE/feature_request b/.github/ISSUE_TEMPLATE/feature_request new file mode 100644 index 0000000000..1bd8e4449f --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request @@ -0,0 +1,17 @@ +--- +name: Feature Request +about: Let us now what feature you would want to have in Infisical +title: '' +labels: 'feature request' +assignees: '' + +--- + +**Describe the feature** +A clear and concise description of what the the feature should be. + +**Why would it be useful?** +Why would this feature be useful for Infisical users? + +**Additional context** +Add any other context about the problem here.