You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/1-FUNCTIONAL_PROBLEM_REPORT.yml
+9-9Lines changed: 9 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,15 @@ body:
7
7
value: |
8
8
Thanks for taking the time to fill out this problem report! Please [search](https://github.com/FreeCAD/FreeCAD/issues) if a similar issue already exists and check out [how to report issues](https://github.com/FreeCAD/FreeCAD?tab=readme-ov-file#reporting-issues). By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/FreeCAD/FreeCAD/blob/main/CODE_OF_CONDUCT.md).
9
9
10
+
- type: textarea
11
+
id: description
12
+
attributes:
13
+
label: Problem description
14
+
description: Describe the problem and how it impacts user experience, workflow, maintainability or performance. 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.
15
+
placeholder: Describe your problem briefly.
16
+
validations:
17
+
required: true
18
+
10
19
- type: dropdown
11
20
id: wb
12
21
attributes:
@@ -28,15 +37,6 @@ body:
28
37
- TechDraw
29
38
- Other (specify in description)
30
39
31
-
- type: textarea
32
-
id: description
33
-
attributes:
34
-
label: Problem description
35
-
description: Describe the problem and how it impacts user experience, workflow, maintainability or performance. 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.
0 commit comments