diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 9bc149f..ea82955 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,6 +1,6 @@ --- name: Bug report -about: Create a bug report to help improve Whoogle +about: Create a bug report to help fix an issue with Whoogle title: "[BUG] " labels: bug assignees: benbusby diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..d89c925 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,17 @@ +--- +name: Feature request +about: Suggest a feature that would improve Whoogle +title: '' +labels: enhancement +assignees: '' + +--- + +**Describe the feature you'd like to see added** +A short description of the feature, and what it would accomplish. + +**Describe which parts of the project this would modify (front end/back end/configuration/etc)** +A short description of which aspects of Whoogle Search would need modification + +**Additional context** +Add any other context or screenshots about the feature request here.