add bug report redirect, remove bug_report.md (#3259)

diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md
deleted file mode 100644
index de792dc..0000000
--- a/.github/ISSUE_TEMPLATE/bug_report.md
+++ /dev/null
@@ -1,2 +0,0 @@
-We are moving to a new home! See https://github.com/microsoft/vscode-go/issues/3247.
-Please file your issue in https://github.com/golang/vscode-go instead.
diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml
index f667801..2850819 100644
--- a/.github/ISSUE_TEMPLATE/config.yml
+++ b/.github/ISSUE_TEMPLATE/config.yml
@@ -1,8 +1,11 @@
-blank_issues_enabled: true
+blank_issues_enabled: false
 contact_links:
   - name: Question
     url: https://invite.slack.golangbridge.org/
-    about: Ask and answer questions in the #vscode Gopher slack channel
+    about: Ask or answer questions in the \#vscode Gopher slack channel
+  - name: Bug Report
+    url: https://github.com/golang/vscode-go/issues/new?template=bug_report.md
+    about: Report a bug in the VS Code Go extension
   - name: Feature Request
     url: https://github.com/golang/vscode-go/issues/new?template=feature_request.md
-    about: Suggest ideas for improvement in the new repo
\ No newline at end of file
+    about: Suggest ideas for improvement