|
| 1 | +name: Bug Report |
| 2 | +description: Report a bug |
| 3 | +labels: ["bug"] |
| 4 | +assignees: ["shaise"] |
| 5 | +body: |
| 6 | + - type: markdown |
| 7 | + attributes: |
| 8 | + value: | |
| 9 | + Please fill out the sections below to help everyone identify and fix the bug |
| 10 | + IMPORTANT: If possible, add a freecad file that demonstrates the bug |
| 11 | + - type: textarea |
| 12 | + id: description |
| 13 | + attributes: |
| 14 | + label: Describe your issue |
| 15 | + placeholder: | |
| 16 | + When I use the <X> command <this> happens |
| 17 | + Here are the steps to reproduce it: |
| 18 | + 1 .. |
| 19 | + 2 .. |
| 20 | + description: Describe the problem and how it impacts user experience, workflow, maintainability or speed of the code. If the problem appears to be a bug with the current functionality, provide as test case or recipe that reproduces the error. Ideally record a macro and attach it. |
| 21 | + validations: |
| 22 | + required: true |
| 23 | + - type: textarea |
| 24 | + id: full_version |
| 25 | + attributes: |
| 26 | + label: FreeCAD version info + SheetMetal WB version |
| 27 | + placeholder: | |
| 28 | + OS: <Windows/Linux/MacOS> |
| 29 | + Architecture: x86_64 |
| 30 | + Version: <FreeCad version> |
| 31 | + Build type: Release |
| 32 | + Python 3.11.10, Qt 5.15.15, Coin 4.0.3, Vtk 9.3.0, OCC 7.8.1 |
| 33 | + Locale: English/United States (en_US) |
| 34 | + Stylesheet/Theme/QtStyle: OpenLight.qss/OpenLight/Fusion |
| 35 | + Installed mods: |
| 36 | + * sheetmetal 0.5.5 |
| 37 | + * ... |
| 38 | + description: | |
| 39 | + Please use the About FreeCAD dialog to copy your full version information and paste it here, include the SheetMetal WB version on it. |
| 40 | + (At the bottom left of the about dialog there is a `Copy to clipboard` button) |
| 41 | + render: shell |
| 42 | + - type: textarea |
| 43 | + id: screenshots |
| 44 | + attributes: |
| 45 | + label: Put here any screenshots or videos (optional) |
| 46 | + description: | |
| 47 | + Add links, references, screenshots or anything that will give us more context about the issue you are encountering! |
| 48 | + If there is a discussion about the problem on the forum, provide link(s) here. |
| 49 | +
|
| 50 | + Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in. To attach a FCStd file, ZIP it first (GitHub won't recognize the extension otherwise). |
| 51 | + - type: markdown |
| 52 | + attributes: |
| 53 | + value: | |
| 54 | + Thanks for reporting this issue! We will get back to you as soon as possible. |
0 commit comments