From 149b13b16e3bcefb624534cd22b64e40cb491e72 Mon Sep 17 00:00:00 2001 From: Sal Date: Tue, 17 Nov 2020 09:35:18 -0500 Subject: [PATCH] Create feature_request.md --- .github/ISSUE_TEMPLATE/feature_request.md | 19 +++++++++++++++++++ 1 file changed, 19 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..c543774 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,19 @@ +--- +name: Feature request +about: Suggest a new feature +title: "[FEAT] " +labels: enhancement +assignees: '' + +--- + +**Describe the feature you'd like to be added to Parquet Viewer** +Provide as much detail as possible. + +**Share why this feature would be a good addition to the utility** +Will it improve usability, reliability or some other aspect? + +**Screenshots** +Any screenshots describing how the feature would look is a plus. + +Note: There are no guarantees your feature will be implemented.