瀏覽代碼

core: draft of bug report issue template

Alvaro Saburido 2 年之前
父節點
當前提交
151f1f136f
共有 1 個文件被更改,包括 16 次插入0 次删除
  1. 16 0
      .github/ISSUE_TEMPLATES/bug.report.yml

+ 16 - 0
.github/ISSUE_TEMPLATES/bug.report.yml

@@ -0,0 +1,16 @@
+name: "\U0001F41E Bug report"
+description: Report an issue with TresJS ▲ ■ ● or any of it's packages
+labels: [pending triage]
+body:
+  - type: markdown
+    attributes:
+      value: |
+        Thanks for taking the time to fill out this bug report!
+- type: textarea
+    id: bug-description
+    attributes:
+      label: Describe the bug
+      description: A clear and concise description of what the bug is. If you intend to submit a PR for this issue, tell us in the description. Thanks!
+      placeholder: I am doing ... What I expect is ... What actually happening is ...
+    validations:
+      required: true