From b83e7f218974a85635b4d9d1fa770065dde27f85 Mon Sep 17 00:00:00 2001 From: Aleyna <152474292+aleyna-yildizli@users.noreply.github.com> Date: Sun, 22 Sep 2024 19:55:20 +0300 Subject: [PATCH 1/2] docs: create feature request issue template related to #84 --- .github/ISSUE_TEMPLATE/feature_request.md | 20 ++++++++++++++++++++ 1 file changed, 20 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..cdca565 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,20 @@ +--- +name: Feature Request +about: Suggest an idea for this project +title: "[FEATURE] " +labels: enhancement +assignees: '' + +--- + +**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. From 793695471f2395ab0e24eb9238026797a3a87c9b Mon Sep 17 00:00:00 2001 From: Aleyna <152474292+aleyna-yildizli@users.noreply.github.com> Date: Mon, 23 Sep 2024 12:43:37 +0300 Subject: [PATCH 2/2] refactor: rename file to FEATURE_REQUEST.md --- .github/ISSUE_TEMPLATE/{feature_request.md => FEATURE_REQUEST.md} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .github/ISSUE_TEMPLATE/{feature_request.md => FEATURE_REQUEST.md} (100%) diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/FEATURE_REQUEST.md similarity index 100% rename from .github/ISSUE_TEMPLATE/feature_request.md rename to .github/ISSUE_TEMPLATE/FEATURE_REQUEST.md