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.