about summary refs log tree commit diff
diff options
context:
space:
mode:
authorDylan DPC <dylan.dpc@gmail.com>2020-10-26 03:09:04 +0100
committerGitHub <noreply@github.com>2020-10-26 03:09:04 +0100
commit9e907d420e44cd91bf0a5ee421be26f537261a22 (patch)
tree7d0f70ebc4f9d52587085d3162e5074cb6b224f6
parentefbbdac163df7aba8f506c819a64969a1cd6e2c3 (diff)
parent95cbfb1aa458d336a0425144117b2e5262a51380 (diff)
downloadrust-9e907d420e44cd91bf0a5ee421be26f537261a22.tar.gz
rust-9e907d420e44cd91bf0a5ee421be26f537261a22.zip
Rollup merge of #78161 - jonas-schievink:irlo-issue-link, r=Mark-Simulacrum
Add issue template link to IRLO
-rw-r--r--.github/ISSUE_TEMPLATE/config.yml7
1 files changed, 5 insertions, 2 deletions
diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml
index bd7dc0ac95c..7d4cfaece44 100644
--- a/.github/ISSUE_TEMPLATE/config.yml
+++ b/.github/ISSUE_TEMPLATE/config.yml
@@ -1,5 +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.
+    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 on the internals forum.