74 lines
2.8 KiB
YAML
74 lines
2.8 KiB
YAML
name: Report a Problem
|
|
description: Have you found something that does not work well, is too hard to do or is missing altogether? Please create a Problem Report.
|
|
labels: ["Status: Needs triage","Status: Needs confirmation"]
|
|
body:
|
|
- type: checkboxes
|
|
id: existing_issue
|
|
attributes:
|
|
label: Is there an existing issue for this?
|
|
description: Please [search](https://github.com/FreeCAD/FreeCAD/issues) to see if a similar issue already exists for the problem you encountered.
|
|
options:
|
|
- label: I have searched the existing issues
|
|
required: true
|
|
- type: textarea
|
|
id: description
|
|
attributes:
|
|
label: Problem description
|
|
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.
|
|
placeholder: Description of the problem
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: full_version
|
|
attributes:
|
|
label: Full version info
|
|
description: Please use the About FreeCAD dialog to copy your full version information and paste it here. Try reproducing the issue by restarting FreeCAD in safe mode too.
|
|
render: shell
|
|
validations:
|
|
required: true
|
|
- type: dropdown
|
|
id: wb
|
|
attributes:
|
|
label: Subproject(s) affected?
|
|
options:
|
|
- Addon Manager
|
|
- Assembly
|
|
- BIM
|
|
- CAM
|
|
- Core
|
|
- Draft
|
|
- Expressions
|
|
- FEM
|
|
- File formats
|
|
- Material
|
|
- Measurement
|
|
- Mesh
|
|
- OpenSCAD
|
|
- Part
|
|
- PartDesign
|
|
- Project Tools & Websites
|
|
- Sketcher
|
|
- Spreadsheet
|
|
- TechDraw
|
|
- Other (specify in description)
|
|
- type: textarea
|
|
id: anything_else
|
|
attributes:
|
|
label: Anything else?
|
|
description: |
|
|
Links? References? Anything that will give us more context about the issue you are encountering!
|
|
If there is a discussion about the problem on the forum, provide link(s) here.
|
|
You can upload or copy your macro here to speed up the diagnosis and debugging.
|
|
|
|
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).
|
|
validations:
|
|
required: false
|
|
- type: checkboxes
|
|
id: terms
|
|
attributes:
|
|
label: Code of Conduct
|
|
description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/FreeCAD/FreeCAD/blob/main/CODE_OF_CONDUCT.md)
|
|
options:
|
|
- label: I agree to follow this project's Code of Conduct
|
|
required: true
|