X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=.github%2FISSUE_TEMPLATE%2Fconfig.yml;h=7d4cfaece448155bed48792cb8c81342ed81b3d5;hb=9de747483029ec3b0c050f7af0dc56765035ff98;hp=1567542c01a4c1b7a33db0fcbd96106df86089f1;hpb=d3c58daa9617bcb92798b672d56e556bb0f37faf;p=rust.git diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 1567542c01a..7d4cfaece44 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,10 +1,8 @@ -# This only controls whether a tiny, hard-to-find "open a blank issue" link appears at the end of -# the template list. blank_issues_enabled: true contact_links: - - name: Intrinsic Support - url: https://github.com/rust-lang/stdarch/issues - about: Please direct issues about Rust's support for vendor intrinsics to core::arch - - name: Internal Compiler Error - url: https://github.com/rust-lang/rust/issues - about: Please report ICEs to the rustc repository + - name: Question + url: https://users.rust-lang.org + 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.