FreeCAD

Форк
0
/
PROBLEM_REPORT.yml 
71 строка · 2.6 Кб
1
name: Report a Problem
2
description: Have you found something that does not work well, is too hard to do or is missing altogether? Please create a Problem Report.
3
labels: ["Status: Needs triage"]
4
body:
5
  - type: checkboxes
6
    id: existing_issue
7
    attributes:
8
      label: Is there an existing issue for this?
9
      description: Please [search](https://github.com/FreeCAD/FreeCAD/issues) to see if a similar issue already exists for the problem you encountered.
10
      options:
11
      - label: I have searched the existing issues
12
        required: true
13
  - type: textarea
14
    id: description
15
    attributes:
16
      label: Problem description
17
      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.
18
      placeholder: Description of the problem
19
    validations:
20
      required: true
21
  - type: textarea
22
    id: full_version
23
    attributes:
24
      label: Full version info
25
      description: Please use the About FreeCAD dialog to copy your full version information and paste it here.
26
      render: shell
27
    validations:
28
      required: true
29
  - type: dropdown
30
    id: wb
31
    attributes:
32
      label: Subproject(s) affected?
33
      options:
34
        - Addon Manager
35
        - Assembly
36
        - BIM
37
        - CAM
38
        - Core
39
        - Draft
40
        - Expressions
41
        - FEM
42
        - File formats
43
        - Mesh
44
        - OpenSCAD
45
        - Part
46
        - PartDesign
47
        - Project Tools & Websites
48
        - Sketcher
49
        - Spreadsheet
50
        - TechDraw
51
        - Other (specify in description)
52
  - type: textarea
53
    id: anything_else
54
    attributes:
55
      label: Anything else?
56
      description: |
57
        Links? References? Anything that will give us more context about the issue you are encountering!
58
        If there is a discussion about the problem on the forum, provide link(s) here.
59
        You can upload or copy your macro here to speed up the diagnosis and debugging.
60

61
        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).
62
    validations:
63
      required: false
64
  - type: checkboxes
65
    id: terms
66
    attributes:
67
      label: Code of Conduct
68
      description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/FreeCAD/FreeCAD/blob/main/CODE_OF_CONDUCT.md)
69
      options:
70
        - label: I agree to follow this project's Code of Conduct
71
          required: true
72

Использование cookies

Мы используем файлы cookie в соответствии с Политикой конфиденциальности и Политикой использования cookies.

Нажимая кнопку «Принимаю», Вы даете АО «СберТех» согласие на обработку Ваших персональных данных в целях совершенствования нашего веб-сайта и Сервиса GitVerse, а также повышения удобства их использования.

Запретить использование cookies Вы можете самостоятельно в настройках Вашего браузера.