From 838416d26f1b8c43e2ae07ecb65e48da973ce048 Mon Sep 17 00:00:00 2001 From: Gabriel Barberini Date: Sat, 23 Sep 2023 19:59:06 -0300 Subject: [PATCH] Create feature_request.md --- .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..3484b03 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,20 @@ +--- +name: Feature request +about: Suggest an idea for Infinity-API! +title: '' +labels: '' +assignees: '' + +--- + +**Is your feature request related to a problem? Please describe.** + +A description of what the problem is. Ex. I'm always frustrated when [...] + +**Describe the solution you'd like** + +A description of what you want to happen. + +**Additional context** + +Add any other context about the feature request here.