From 3cd2f4ede875f8a2f8573c5773d9429b66c3b6e0 Mon Sep 17 00:00:00 2001 From: Andrew R <67220260+ar-cyber@users.noreply.github.com> Date: Fri, 13 Sep 2024 11:32:56 +0930 Subject: [PATCH] bad copy of files --- .github/ISSUE_TEMPLATE/feature_request.md | 29 +++++++++-------------- 1 file changed, 11 insertions(+), 18 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index ecedddc3..36a7fe59 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -1,27 +1,20 @@ --- -name: Bug report -about: Create a report to help us improve -title: "[BUG]" -labels: bug +name: Feature request +about: Suggest an idea for this project +title: "[FR] " +labels: enhancement assignees: '' --- -**Describe the bug** -A clear and concise description of what the bug is. +**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 [...] -**To Reproduce** -Please indicate how did you make this happen. +**Describe the solution you'd like** +A clear and concise description of what you want to happen. -**Expected behaviuor** -Please add a clear and concise description of what you expected to happen. - -**Screenshots** -If applicable, add screenshots to help explain your problem. - -**Desktop (please complete the following information):** - - OS: [e.g. iOS] - - If using Windows, the build number. Find this by using ```winver``` and copying down the build id. +**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 about the problem here. +Add any other context or screenshots about the feature request here.