From 2ec4d82e159c7d8437721ee53645c3620aaa69b3 Mon Sep 17 00:00:00 2001 From: Jonas Schievink Date: Tue, 20 Oct 2020 21:26:02 +0200 Subject: [PATCH 1/2] 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 bd7dc0ac95c1f..898b983ba3790 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. From 95cbfb1aa458d336a0425144117b2e5262a51380 Mon Sep 17 00:00:00 2001 From: Jonas Schievink Date: Tue, 20 Oct 2020 21:36:39 +0200 Subject: [PATCH 2/2] Retitle forum links --- .github/ISSUE_TEMPLATE/config.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 898b983ba3790..7d4cfaece4481 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,8 +1,8 @@ blank_issues_enabled: true contact_links: - - name: Rust Programming Language Forum + - name: Question url: https://users.rust-lang.org - about: Please ask and answer questions about Rust here. - - name: Rust Internals Forum + about: Please ask and answer questions about Rust on the user forum. + - name: Feature Request url: https://internals.rust-lang.org/ - about: Please discuss language feature requests here. + about: Please discuss language feature requests on the internals forum.