about summary refs log tree commit diff
diff options
context:
space:
mode:
authorJonas Schievink <jonasschievink@gmail.com>2020-10-20 21:26:02 +0200
committerJonas Schievink <jonasschievink@gmail.com>2020-10-20 21:26:02 +0200
commit2ec4d82e159c7d8437721ee53645c3620aaa69b3 (patch)
treed7ee42a923b8416407cd1be18ef23a4eec986946
parent9832374f6e378971e1a933362cf9781b121bb845 (diff)
downloadrust-2ec4d82e159c7d8437721ee53645c3620aaa69b3.tar.gz
rust-2ec4d82e159c7d8437721ee53645c3620aaa69b3.zip
Add issue template link to IRLO
-rw-r--r--.github/ISSUE_TEMPLATE/config.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml
index bd7dc0ac95c..898b983ba37 100644
--- a/.github/ISSUE_TEMPLATE/config.yml
+++ b/.github/ISSUE_TEMPLATE/config.yml
@@ -3,3 +3,6 @@ contact_links:
   - name: Rust Programming Language Forum
     url: https://users.rust-lang.org
     about: Please ask and answer questions about Rust here.
+  - name: Rust Internals Forum
+    url: https://internals.rust-lang.org/
+    about: Please discuss language feature requests here.