From f4c5b1d67fd49cc44ea2193480d5f6412fda12ef Mon Sep 17 00:00:00 2001 From: Tommy Verrall <60836166+tommyv1987@users.noreply.github.com> Date: Mon, 1 Nov 2021 11:05:54 +0000 Subject: [PATCH] Update feature-request template --- .github/ISSUE_TEMPLATE/feature_request.md | 32 +++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000000..4b56a90efe --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,32 @@ +--- +name: Feature request +about: Suggest an enhancement to the product +title: "[Feature Request]" +labels: enhancement +assignees: '' + +--- + +**Is your feature request related to a problem? Please describe.** +A clear and concise description of what the problem is... + +**Is your request a feature not related to an existing problem? A new feature.** +For example. +- Given I am using the nym wallet +- When I transfer nym tokens across the network +- Then I want to have an url link in the wallet which navigates outside the application to the nym-explorer + +**Where does the feature fit in the Nym real estate?** +- Application / UI + +**What is this solving?** +How will this improve the product... + +**Is this an update to packages or libraries?** +If so, please list them. If not, please ignore this section. + +**Describe alternatives you've considered** +A clear and concise description of any alternative solutions or features you've considered. + +**Additional context** +Add any other context or screenshots about the feature request here.