From 2ec4d82e159c7d8437721ee53645c3620aaa69b3 Mon Sep 17 00:00:00 2001 From: Jonas Schievink Date: Tue, 20 Oct 2020 21:26:02 +0200 Subject: [PATCH] Add issue template link to IRLO --- .github/ISSUE_TEMPLATE/config.yml | 3 +++ 1 file changed, 3 insertions(+) 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.