Export_3ds: Added distance cue chunk export
[blender-addons.git] / .gitea / issue_template / bug.yaml
blob0855b1e8ba02f86ed882d02c556a8b44c61cf698
1 name: Add-on Bug Report
2 about: File a bug report for an add-on bundled with Blender
3 labels:
4   - "Type/Report"
5   - "Status/Needs Triage"
6   - "Priority/Normal"
7 body:
8   - type: markdown
9     attributes:
10       value: |
11                 ### Instructions
12                 First time reporting? See [tips](https://developer.blender.org/docs/handbook/bug_reports/making_good_bug_reports/).
14                 * Use **Help > Report a Bug** in Blender to fill system information and exact Blender version.
15                 * Test [daily builds](https://builder.blender.org/) to verify if the issue is already fixed.
16                 * Test [previous versions](https://download.blender.org/release/) to find an older working version.
17                 * For feature requests, feedback, questions or build issues, see [communication channels](https://developer.blender.org/docs/handbook/communication/user_feedback/).
18                 * If there are multiple bugs, make multiple bug reports.
20   - type: textarea
21     id: body
22     attributes:
23       label: "Description"
24       hide_label: true
25       value: |
26                **System Information**
27                Operating system:
28                Graphics card:
30                **Blender Version**
31                Broken: (example: 2.80, edbf15d3c044, master, 2018-11-28, as found on the splash screen)
32                Worked: (newest version of Blender that worked as expected)
34                **Short description of error**
36                **Exact steps for others to reproduce the error**
37                Based on the default startup or an attached .blend file (as simple as possible).
39   - type: markdown
40     attributes:
41       value: |
42                 ### Help the developers
44                 Bug fixing is important, the developers will handle reports swiftly. For that reason, carefully provide exact steps and a **small and simple .blend file** to reproduce the problem. You do your half of the work, then we do our half!