Skip to content

Commit 7cf49f0

Browse files
authored
Update bug-report.md
Signed-off-by: Josef Fröhle <github@josef-froehle.de>
1 parent dee947b commit 7cf49f0

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/ISSUE_TEMPLATE/bug-report.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,25 +15,37 @@ https://github.com/deepnest-next/deepnest/discussions
1515
-->
1616

1717
**Describe the bug**
18+
1819
A clear and concise description of what the bug is.
1920

2021
**To Reproduce**
22+
2123
Steps to reproduce the behavior:
24+
2225
1. Go to '...'
2326
2. Click on '....'
2427
3. Scroll down to '....'
2528
4. See error
2629

2730
**Expected behavior**
31+
2832
A clear and concise description of what you expected to happen.
2933

3034
**Screenshots**
35+
3136
If applicable, add screenshots to help explain your problem.
3237

3338
**Desktop (please complete the following information):**
39+
3440
- OS: [e.g. iOS]
3541
- Browser [e.g. chrome, safari]
3642
- Version [e.g. 22]
3743

3844
**Additional context**
45+
3946
Add any other context about the problem here.
47+
48+
**DEBUG information**
49+
50+
Open a new shell within the deepnest app folder.
51+
Set a temporary environment `deepnest_debug=1` on windowns you can type: `$env:deepnest_debug=1` on mac and linux `export deepnest_debug=1` this should open 2 debug windows when you start now the `deepnest-v*.*.*` binary within the shell. Please provide the content from the shell and also the content from the `console` tab of the debug windows. please note, the debug windows for the background will go if you press `stop` on the deepnest nesting gui.

0 commit comments

Comments
 (0)