From 57b2a45efe2f8b986c26c268820abdb984b4d3d9 Mon Sep 17 00:00:00 2001 From: Alaska Date: Tue, 19 Nov 2024 01:05:52 +0100 Subject: [PATCH] Report template: Add link to manual system information collection page Adds a link to our guide on how to manually collect system information to the bug report form. This is useful for the situation in which Blender isn't opening. Pull Request: https://projects.blender.org/blender/blender/pulls/126039 --- .gitea/issue_template/bug.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitea/issue_template/bug.yaml b/.gitea/issue_template/bug.yaml index 113aacd75a5..3ef52221ade 100644 --- a/.gitea/issue_template/bug.yaml +++ b/.gitea/issue_template/bug.yaml @@ -12,6 +12,7 @@ body: 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. * 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. * For feature requests, feedback, questions or build issues, see [communication channels](https://developer.blender.org/docs/handbook/communication/user_feedback/).