Browse Source

Add issue template

Caleb Porzio 5 năm trước cách đây
mục cha
commit
1775699b09
1 tập tin đã thay đổi với 11 bổ sung0 xóa
  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