-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
25 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |