From 08cc569d6afc4947c7115eb7f4e26a910893de7f Mon Sep 17 00:00:00 2001 From: Furgo <148809153+furgo16@users.noreply.github.com> Date: Wed, 17 Dec 2025 09:46:55 +0100 Subject: [PATCH] Refactor problem report template for improved previews Reorder fields so that the problem description will be rendered first in previews. --- .../1-FUNCTIONAL_PROBLEM_REPORT.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) 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: