Skip to content

Commit

Permalink
Issue Template Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Haggets authored Apr 15, 2021
1 parent 83bf408 commit 4e2e2eb
Showing 1 changed file with 25 additions and 11 deletions.
36 changes: 25 additions & 11 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -1,30 +1,44 @@
---
name: Bug report
about: Create a report to improve the plugin
title: "[Bug] "
labels: ''
title: "[BUG]"
labels: bug
assignees: ''

---

**Describe the bug**
A clear and concise description of what the bug is.
(A clear and concise description of what the bug is.)

**To Reproduce**
Steps to reproduce the behavior:
1. Go to '...'

**Steps to reproduce behavior**
(1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error
4. See error)


**Expected behavior**
A clear and concise description of what you expected to happen.
(A clear and concise description of what you expected to happen.)


**Screenshots**
If applicable, add screenshots to help explain your problem.
(If applicable, add screenshots to help explain your problem.)


**Logs**
(Paste the logs from the Blender console (Can be opened through `Window -> Toggle System Console`) in the upper left corner.)


**Details**:
Blender Version:

Downloaded through...
- [ ] Main branch
- [ ] Release

**Specify Blender Version**
The plugin has only been tested for versions after 2.8.
Release/Addon Version:
(Can be found in the addon's details in the Blender addons tab)

**Additional context**
Add any other context about the problem here.

0 comments on commit 4e2e2eb

Please sign in to comment.