浏览代码

Added a issue template config to provide a link to the examples (#5945)

repository
Dustin Utecht 4 年之前
父节点
当前提交
499a12a82f
共有 2 个文件被更改,包括 7 次插入7 次删除
  1. 2 7
      .github/ISSUE_TEMPLATE/4_Documentation.yaml
  2. 5 0
      .github/ISSUE_TEMPLATE/config.yml

+ 2 - 7
.github/ISSUE_TEMPLATE/4_Documentation.yaml

@@ -1,13 +1,8 @@
-name: ⛔ Documentation & Examples
-description: Issues with the Documentation and/or the Examples
+name: ⛔ Documentation
+description: Issues with the Documentation
 labels: docs
 labels: docs
 
 
 body:
 body:
-  - type: markdown
-    attributes:
-      value: |
-        We have our own dedicated repository for the examples. Please open your
-        documentation-related issue at https://github.com/wenzhixin/bootstrap-table-examples
   - type: textarea
   - type: textarea
     id: description
     id: description
     attributes:
     attributes:

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

@@ -0,0 +1,5 @@
+blank_issues_enabled: false
+contact_links:
+  - name: 📖 Example Issue
+    url: https://github.com/wenzhixin/bootstrap-table-examples
+    about: Please refer to our examples repository for example issues