]> git.proxmox.com Git - cargo.git/commitdiff
Enhance issue template config
authorWeihang Lo <me@weihanglo.tw>
Thu, 16 Dec 2021 06:07:33 +0000 (14:07 +0800)
committerWeihang Lo <me@weihanglo.tw>
Thu, 16 Dec 2021 06:47:33 +0000 (14:47 +0800)
.github/ISSUE_TEMPLATE/config.yml [new file with mode: 0644]

diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml
new file mode 100644 (file)
index 0000000..ed42898
--- /dev/null
@@ -0,0 +1,10 @@
+contact_links:
+  - name: Question
+    url: https://users.rust-lang.org
+    about: >
+      Got a question about Cargo? Ask the community on the user forum.
+  - name: Inspiring Idea
+    url: https://internals.rust-lang.org/c/tools-and-infrastructure/cargo
+    about: >
+      Need more discussions with your next big idea?
+      Reach out the coummunity on the internals forum.