diff --git a/.github/ISSUE_TEMPLATE/1-FUNCTIONAL_PROBLEM_REPORT.yml b/.github/ISSUE_TEMPLATE/1-FUNCTIONAL_PROBLEM_REPORT.yml index 3f102994ed..579dc53a47 100644 --- a/.github/ISSUE_TEMPLATE/1-FUNCTIONAL_PROBLEM_REPORT.yml +++ b/.github/ISSUE_TEMPLATE/1-FUNCTIONAL_PROBLEM_REPORT.yml @@ -7,6 +7,15 @@ body: value: | 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). + - type: textarea + id: description + attributes: + label: Problem description + 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. + placeholder: Describe your problem briefly. + validations: + required: true + - type: dropdown id: wb attributes: @@ -28,15 +37,6 @@ body: - TechDraw - Other (specify in description) - - type: textarea - id: description - attributes: - label: Problem description - 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. - placeholder: Describe your problem briefly. - validations: - required: true - - type: textarea id: steps_to_reproduce attributes: