소스 검색

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