瀏覽代碼

Update issue templates

Alvaro Saburido 2 年之前
父節點
當前提交
16e9474f71
共有 2 個文件被更改,包括 56 次插入0 次删除
  1. 20 0
      .github/ISSUE_TEMPLATE/feature-request-🪐.md
  2. 36 0
      .github/ISSUE_TEMPLATE/🐛-bug-report.md

+ 20 - 0
.github/ISSUE_TEMPLATE/feature-request-🪐.md

@@ -0,0 +1,20 @@
+---
+name: "Feature request \U0001FA90"
+about: Suggest an idea for this project
+title: ''
+labels: enhancement
+assignees: ''
+
+---
+
+**Is your feature request related to a problem? Please describe.**
+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!
+
+**Describe the solution you'd like**
+A clear and concise description of what you want to happen.
+
+**Suggested solution**
+In module [xy] we could provide following implementation....
+
+**Additional context**
+Add any other context or screenshots about the feature request here.

+ 36 - 0
.github/ISSUE_TEMPLATE/🐛-bug-report.md

@@ -0,0 +1,36 @@
+---
+name: "\U0001F41B Bug report"
+about: Create a report to help us improve
+title: ''
+labels: pending-triage
+assignees: ''
+
+---
+
+**Describe the bug**
+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!
+
+I am doing ... What I expect is ... What actually happening is
+
+**Reproduction**
+Please provide a link using this template on [Stackblitz](https://stackblitz.com/edit/tresjs-basic?file=README.md) 
+
+**Steps**
+Steps to reproduce the behavior:
+1. Go to '...'
+2. Click on '....'
+3. Scroll down to '....'
+4. See error
+
+**Expected behavior**
+A clear and concise description of what you expected to happen.
+
+**Screenshots**
+If applicable, add screenshots to help explain your problem.
+
+**System Info**
+Output of `npx envinfo --system --npmPackages '{vite,@tresjs/*, three, vue}' --binaries --browsers` 
+
+
+**Additional context**
+Add any other context about the problem here.