Add links to the new Issue Tracker in GitHub

This will show links in the "new issue" page in GitHub to the new Issue
Tracker (Monorail at bugs.avm99963.com) which is what I use now to track
bugs.

Change-Id: I4299deff04ca7f407d53d737b867257c34d9437b
diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml
new file mode 100644
index 0000000..2a7e893
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/config.yml
@@ -0,0 +1,8 @@
+blank_issues_enabled: false
+contact_links:
+  - name: Report a bug
+    url: https://bugs.avm99963.com/p/translateselectedtext/issues/entry?template=Defect+report+from+user
+    about: This will redirect you to Monorail, which is the new Issue Tracker.
+  - name: Request a new feature
+    url: https://bugs.avm99963.com/p/translateselectedtext/issues/entry?template=Feature+Request
+    about: This will redirect you to Monorail, which is the new Issue Tracker.