From 5b24b751926ed0e5362a9c646c7151b5e2338a0a Mon Sep 17 00:00:00 2001 From: Triager-bot <20rushtonj@gmail.com> Date: Sat, 11 Apr 2026 01:45:14 +0000 Subject: [PATCH] Add .gitea/issue_template/test.yaml --- .gitea/issue_template/test.yaml | 114 ++++++++++++++++++++++++++++++++ 1 file changed, 114 insertions(+) create mode 100644 .gitea/issue_template/test.yaml diff --git a/.gitea/issue_template/test.yaml b/.gitea/issue_template/test.yaml new file mode 100644 index 0000000..40e99fe --- /dev/null +++ b/.gitea/issue_template/test.yaml @@ -0,0 +1,114 @@ +name: 2026-03-13 - Split into 4 boxes - adjusted broken-working field +about: Use Help > Report a Bug from the top of Blender to automatically fill out part of this form. +labels: + - "Type/Bug" + - "Status/Needs Triage" + - "Severity/Normal" +body: + - type: markdown + attributes: + value: | + ### Instructions + First time reporting? See [tips](https://developer.blender.org/docs/handbook/bug_reports/making_good_bug_reports/). + + * Use **Help > Report a Bug** from the top of Blender to fill system information and exact Blender version. + * If Blender isn't opening, then follow [our guide](https://developer.blender.org/docs/handbook/bug_reports/making_good_bug_reports/collect_system_information/) on how to manually collect the required information. + * For feature requests, feedback, questions or build issues, see [communication channels](https://developer.blender.org/docs/handbook/communication/user_feedback/). + * Security vulnerabilities should be [reported privately](https://developer.blender.org/docs/handbook/bug_reports/vulnerability_reports/). + * If there are multiple bugs, make multiple bug reports. + * Any content you upload will be shared publicly. Ensure you have permission to share any files you upload, and avoid uploading age restricted content. + + --- + - type: textarea + id: system-info + attributes: + label: "System Information" + hide_label: false + description: | + Please provide system information, including Operating System, Graphics Card and it's drivers, and any other system factors you believe are relevant to the bug report. For example drawing tablet model. + placeholder: | + Operating system: (Windows, macOS, Linux), its version number, and architecture (x86 or arm64) + Graphics card: NVIDA RTX ..., AMD RX ..., Intel Arc ..., Apple ..., and graphics driver version + validations: + required: true + + - type: textarea + id: blender-version + attributes: + label: "Blender version" + hide_label: false + description: | + Please provide information about the verison of Blender you're experiencing issues with. + Test [daily builds](https://builder.blender.org/) to verify if the issue is already fixed. + Test [previous versions](https://download.blender.org/release/) to find an older working version. + placeholder: | + Broken: 5.0.0, branch: blender-v5.0-release, commit date: 2025-11-18 09:54, hash: `a37564c4df7a` + Broken: (If applicable: Previous version that was also broken) + Worked: (Optional: Newest version of Blender that worked as expected) + validations: + required: true + + - type: textarea + id: issue-desciption + attributes: + label: "Description" + hide_label: false + description: | + Please provide a short description of the issue, including images or videos when neccesary. + Please include both the expected and observed results. + placeholder: | + Blender crashes when I... + + Expected result: Blender does not crash + Observed result: Blender crashes + validations: + required: true + + - type: textarea + id: expected_result + attributes: + label: "Expected result" + hide_label: true + description: | + What is the expected result + placeholder: | + Expected result: Blender does not crash + value: | + Expected result: + validations: + required: true + + - type: textarea + id: observered_result + attributes: + label: "Observered result" + hide_label: true + description: | + What is the observed result + placeholder: | + Observed result: Blender crashes + value: | + Observed result: + validations: + required: true + + - type: textarea + id: steps-to-reproduce + attributes: + label: "Steps to reproduce" + hide_label: false + description: | + Please provide clear written steps to reproduce the issue. + The steps should be based on the default startup file or a **simple** .blend file + placeholder: | + 1. In the 3D viewport, add a sphere. + 2. ... + validations: + required: true + + - type: markdown + attributes: + value: | + ### Help the developers + + For developers to handle reports swiftly, please provide crash logs, a clear description, exact steps, and a **simple .blend file** to reproduce the problem. You do your half of the work, then we do our half! \ No newline at end of file