diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 60b7d6c1a3b..9e4c8bc2665 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -2,7 +2,7 @@ name: Bug report about: Create an Issue to report a bug title: "[Bug]: TITLE" -labels: ['type/bug'] +labels: type/bug assignees: '' --- @@ -32,4 +32,3 @@ If you do find an existing Issue, re-open or add a comment to that Issue instead ### Debugging: - diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md deleted file mode 100644 index 92f15bdeeff..00000000000 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -name: Feature request -about: Suggest an idea/feature/enhancement -title: "[Feature Request]: TITLE" -labels: ['type/request', 'type/feature', 'type/enhancement'] -assignees: '' - ---- - - - -### Describe your idea/feature/enhancement - -Provide a clear description. Ex. I wish Copilot would [...] - -### Proposal - -Add details of how to add this to the product. - -### Additional Details \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/other.md b/.github/ISSUE_TEMPLATE/other.md deleted file mode 100644 index c8139934d0a..00000000000 --- a/.github/ISSUE_TEMPLATE/other.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -name: Other -about: Open an issue that is neither a bug report nor a feature/enhancement request -title: "TITLE" -labels: [] -assignees: '' - ---- \ No newline at end of file