Skip to content

Commit 2a0f3ae

Browse files
committed
Updates bug report templates
1 parent cfaf358 commit 2a0f3ae

1 file changed

Lines changed: 62 additions & 0 deletions

File tree

Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,62 @@
1+
---
2+
name: Bug / Issue report
3+
about: VCAD Studio and pyvcad Issue Tracking
4+
title: "Short summary of the problem"
5+
labels:
6+
---
7+
8+
<!--
9+
Thank you for filing an issue!
10+
Please fill in whatever you can; delete any section that doesn’t apply.
11+
-->
12+
13+
<!--
14+
## Labels
15+
Choose as many labels for the issue under "Labels" that fit. You can find the labels at the bottom of the page. You must select one of the following:
16+
- Design
17+
- Export
18+
- Rendering
19+
- Installation
20+
- Question
21+
- Request
22+
-->
23+
24+
## Severity
25+
> Place an `x` inside on of the [ ] below to check the box in Markdown.
26+
- [ ] Low – cosmetic / minor inconvenience
27+
- [ ] Medium – workaround exists
28+
- [ ] High – blocks normal work
29+
- [ ] Critical – crashes or prevents use of a feature
30+
31+
## Environment
32+
| Item | Value |
33+
|-------------------------|--------------------------------|
34+
| **VCAD Studio version** | (Help → About → Version) |
35+
| **OS / version** | e.g. Windows 11 / Ubuntu 22.04 |
36+
| **Python version** | e.g. 3.12 |
37+
38+
## Steps to reproduce
39+
1.
40+
2.
41+
3.
42+
43+
## Expected behaviour
44+
<!-- What *should* have happened? -->
45+
46+
## Actual behaviour
47+
<!-- What *did* happen? Include error messages or screenshots. -->
48+
49+
## Design description
50+
<!-- Briefly describe the model (size, key features, node types, etc.). -->
51+
52+
## What you were trying to do
53+
<!-- e.g. “Render the object in VCAD Studio or “Export PNG stack”. -->
54+
55+
## Attachments (please drag-and-drop or link)
56+
- [ ] Project file (`*.py`) **required**
57+
- [ ] Any extra assets (Meshes, DICOM, CAD, etc.)
58+
- [ ] Screenshots / screen recording
59+
- [ ] Full log or console output
60+
61+
## Additional context
62+
<!-- Anything else that might help me debug. -->

0 commit comments

Comments
 (0)