|
@@ -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
|