浏览代码

Add issue template

Caleb Porzio 5 年之前
父节点
当前提交
1775699b09
共有 1 个文件被更改,包括 11 次插入0 次删除
  1. 11 0
      .github/ISSUE_TEMPLATE/config.yml

+ 11 - 0
.github/ISSUE_TEMPLATE/config.yml

@@ -0,0 +1,11 @@
+blank_issues_enabled: false
+contact_links:
+  - name: Bug Report
+    url: https://github.com/alpinejs/alpine/issues/new
+    about: Submit a GitHub issue
+  - name: Feature Request
+    url: https://github.com/alpinejs/alpine/discussions/new
+    about: Request a feature to be added to the platform
+  - name: Ask a Question
+    url: https://github.com/alpinejs/alpine/discussions/new
+    about: Ask questions and discuss with other community members