Skip to content

Commit e147e5a

Browse files
furgo16maxwxyz
authored andcommitted
Refactor problem report template for improved previews
Reorder fields so that the problem description will be rendered first in previews.
1 parent 8fd81d4 commit e147e5a

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/ISSUE_TEMPLATE/1-FUNCTIONAL_PROBLEM_REPORT.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,15 @@ body:
77
value: |
88
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).
99
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+
1019
- type: dropdown
1120
id: wb
1221
attributes:
@@ -28,15 +37,6 @@ body:
2837
- TechDraw
2938
- Other (specify in description)
3039

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.
36-
placeholder: Describe your problem briefly.
37-
validations:
38-
required: true
39-
4040
- type: textarea
4141
id: steps_to_reproduce
4242
attributes:

0 commit comments

Comments
 (0)