Skip to content
This repository was archived by the owner on Feb 1, 2026. It is now read-only.

Commit 6c7a09c

Browse files
committed
chore: issue templates
1 parent 658a384 commit 6c7a09c

5 files changed

Lines changed: 75 additions & 0 deletions

File tree

.github/FUNDING.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
github: [alvarosabu]
2+
ko_fi: alvarosaburido
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: "\U0001F41E Bug report"
2+
description: Report an issue with TresJS ▲ ■ ● or any of it's packages
3+
labels: [pending triage]
4+
body:
5+
- type: markdown
6+
attributes:
7+
value: |
8+
Thanks for taking the time to fill out this bug report!
9+
- type: textarea
10+
id: bug-description
11+
attributes:
12+
label: Describe the bug
13+
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!
14+
placeholder: I am doing ... What I expect is ... What actually happening is ...
15+
validations:
16+
required: true

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
blank_issues_enabled: false
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
name: "Feature request \U0001FA90"
3+
about: Suggest an idea for this project
4+
title: ''
5+
labels: enhancement
6+
assignees: ''
7+
8+
---
9+
10+
**Is your feature request related to a problem? Please describe.**
11+
A clear and concise description of the problem. Please make the reason and use-cases as detailed as possible. If you intend to submit a PR for this issue, tell us in the description. Thanks!
12+
13+
**Describe the solution you'd like**
14+
A clear and concise description of what you want to happen.
15+
16+
**Suggested solution**
17+
In module [xy] we could provide following implementation....
18+
19+
**Additional context**
20+
Add any other context or screenshots about the feature request here.
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
---
2+
name: "\U0001F41B Bug report"
3+
about: Create a report to help us improve
4+
title: ''
5+
labels: pending-triage
6+
assignees: ''
7+
8+
---
9+
10+
**Describe the bug**
11+
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!
12+
13+
I am doing ... What I expect is ... What actually happening is
14+
15+
**Reproduction**
16+
Please provide a link using this template on [Stackblitz](https://stackblitz.com/edit/tresjs-basic?file=README.md)
17+
18+
**Steps**
19+
Steps to reproduce the behavior:
20+
1. Go to '...'
21+
2. Click on '....'
22+
3. Scroll down to '....'
23+
4. See error
24+
25+
**Expected behavior**
26+
A clear and concise description of what you expected to happen.
27+
28+
**Screenshots**
29+
If applicable, add screenshots to help explain your problem.
30+
31+
**System Info**
32+
Output of `npx envinfo --system --npmPackages '{vite,@tresjs/*, three, vue}' --binaries --browsers`
33+
34+
35+
**Additional context**
36+
Add any other context about the problem here.

0 commit comments

Comments
 (0)