From 5892b2018a9acfdaf51d6c4298a722e1a2aaf51e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrick=20Jos=C3=A9=20Pereira?= Date: Wed, 19 Feb 2020 09:57:44 -0300 Subject: [PATCH] github: Add feature request MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Patrick José Pereira --- .github/ISSUE_TEMPLATE/feature_request.md | 13 +++++++++++++ 1 file changed, 13 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..0c144c6 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,13 @@ +--- +name: Feature request +about: If you have an idea for a new feature. + +--- + +## Summary +_A clear and concise description of what you want to happen and the use case._ + +## Additional information +_Add any other context or screenshots/mockups about the feature request here._ + +> If you are using an old stable release please upgrade first and verify if your features is not there.