Skip to content

Commit

Permalink
Update issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
SpectralVectors authored Sep 16, 2024
1 parent 63a895e commit d7f42aa
Show file tree
Hide file tree
Showing 2 changed files with 58 additions and 0 deletions.
35 changes: 35 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
---
name: Bug Report
about: Help us fix the bugs!
title: "[BUG]"
labels: ''
assignees: ''

---

**Describe the Bug**
_A clear and concise description of what the bug is._

**To Reproduce**
_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 Information:**
- OS: [e.g. Win10, Win11, MacOS Mojave, Debian, Arch, Fedora etc]
- Blender Version: [e.g. 3.6, 4.2.1]
- Addon Version: [e.g. 1.0.38]

**Error Message:**
_Copy and Paste the text of the error message here, it helps us to fix the bug faster._

**Additional context**
_Add any other context about the problem here._
23 changes: 23 additions & 0 deletions .github/ISSUE_TEMPLATE/feature-request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
name: Feature Request
about: Suggest an idea for this project
title: "[FEATURE]"
labels: ''
assignees: ''

---

**How many jobs have you run with BlenderCAM?**
_1-5, 5-10, 10+_

**Is your feature request related to a problem? Please describe.**
_A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]_

**Describe the solution you'd like**
_A clear and concise description of what you want to happen._

**Describe alternatives you've considered**
_A clear and concise description of any alternative solutions or features you've considered._

**Additional context**
_Add any other context or screenshots about the feature request here._

0 comments on commit d7f42aa

Please sign in to comment.