diff --git a/.github/ISSUE_TEMPLATE/enhancement-request.md b/.github/ISSUE_TEMPLATE/enhancement-request.md deleted file mode 100644 index 7721809d7d..0000000000 --- a/.github/ISSUE_TEMPLATE/enhancement-request.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -name: Enhancement request -about: Suggest an improvement for this project -title: '' -labels: Enhancement -assignees: '' - ---- - -**Is your enhancement related to a problem?** -A clear and concise description of what the enhancement entails. Ex. [...] would improve user experience. - -**Solution you'd like:** -A clear and concise description of what you want to happen. - -**Alternatives you've considered:** -A clear and concise description of any alternative solutions or ideas you've considered. - -**Additional context:** -Add any other context or screenshots about the enhancement here. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md deleted file mode 100644 index 1563183cd0..0000000000 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -name: Feature request -about: Suggest an idea for this project -title: '' -labels: Feature -assignees: '' - ---- - -**Is your feature request related to a problem?** -A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] - -**Solution you'd like:** -A clear and concise description of what you want to happen. - -**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.