summaryrefslogtreecommitdiffstats
path: root/library/portable-simd/.github/ISSUE_TEMPLATE/config.yml
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--library/portable-simd/.github/ISSUE_TEMPLATE/config.yml10
1 files changed, 10 insertions, 0 deletions
diff --git a/library/portable-simd/.github/ISSUE_TEMPLATE/config.yml b/library/portable-simd/.github/ISSUE_TEMPLATE/config.yml
new file mode 100644
index 000000000..1567542c0
--- /dev/null
+++ b/library/portable-simd/.github/ISSUE_TEMPLATE/config.yml
@@ -0,0 +1,10 @@
+# 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