Skip to content

Commit 42f34be

Browse files
committed
add bug report template
1 parent 1ea0594 commit 42f34be

File tree

5 files changed

+91
-0
lines changed

5 files changed

+91
-0
lines changed
Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
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.

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
blank_issues_enabled: true
2+
contact_links:
3+
- name: General questions about the workbench
4+
url: https://forum.freecad.org/viewtopic.php?t=60818
5+
about: You can join the discussions on the FreeCAD forum.
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
name: New feature
2+
description: Suggest or request a new feature
3+
labels: ["enhancement"]
4+
assignees: ["shaise"]
5+
body:
6+
- type: markdown
7+
attributes:
8+
value: |
9+
Please fill out the sections below to properly describe the new feature you are suggesting.
10+
- type: textarea
11+
id: description
12+
attributes:
13+
label: Describe the feature
14+
placeholder: A new commands to generate this new SheetMetal feature
15+
validations:
16+
required: true
17+
- type: textarea
18+
id: context
19+
attributes:
20+
label: Additional context
21+
placeholder: |
22+
Add any other context or screenshots about the feature request here.
23+
- type: dropdown
24+
id: assign
25+
attributes:
26+
label: "Would you like to work on this issue?"
27+
options:
28+
- "Yes"
29+
- type: markdown
30+
attributes:
31+
value: |
32+
Thanks for your suggestion! Let's see together if it can be implemented.

SheetMetalTests/__init__.py

Whitespace-only changes.
-157 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)