From b98742dd2bd3be7e8021bd4915f510b87c9a4966 Mon Sep 17 00:00:00 2001 From: Arkham20 <60746514+Arkham20@users.noreply.github.com> Date: Fri, 14 Feb 2020 07:01:03 -0700 Subject: [PATCH] Update issue templates Develop android based apps --- .github/ISSUE_TEMPLATE/feature-request.md | 21 +++++++++++++++++++++ 1 file changed, 21 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 0000000..4581308 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature-request.md @@ -0,0 +1,21 @@ +--- +name: Feature request +about: 'Development ' +title: 'Features request ' +labels: enhancement +assignees: Arkham20 + +--- + +**Is your feature request related to a problem? Please describe.** +A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] + +**Describe the solution you'd like** +A clear and concise description of what you want to happen. + +**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. +Patch-4