From 58b070d22d92892e98fd3b912ae6b3d35f27f667 Mon Sep 17 00:00:00 2001 From: Dion Moult Date: Sun, 13 Apr 2025 12:06:46 +1000 Subject: [PATCH] Update and rename bug_report.md to bug_report.yml --- .github/ISSUE_TEMPLATE/bug_report.md | 31 --------------------------- .github/ISSUE_TEMPLATE/bug_report.yml | 23 ++++++++++++++++++++ 2 files changed, 23 insertions(+), 31 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/bug_report.yml diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md deleted file mode 100644 index 9681a2b317..0000000000 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ /dev/null @@ -1,31 +0,0 @@ ---- -name: Bug report -about: Crashes, error messages, and broken features -title: '' -type: 'bug' -labels: '' -assignees: '' - ---- - -**Error Description and Steps to Reproduce** - - - -**Attachments** - - - -**Debug information** - - diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml new file mode 100644 index 0000000000..c1edda1887 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -0,0 +1,23 @@ +name: Bug Report +description: Crashes, error messages, and broken features +type: bug +body: +- type: textarea + attributes: + label: Bug Description + placeholder: | + Describe what problem occurred and what you expected to happen instead. + + 1. To reproduce this, open file '...' + 2. Click on '....' + 3. See error +- type: textarea + attributes: + label: Attachments + description: "Private files can be uploaded to https://ifcopenshell.org/upload.html - only viewed by core developers and will be deleted afterwards. Please submit your report first then upload private files afterwards." + placeholder: "If applicable, add screenshots to help explain your problem. Please also drag-drop any files necessary to show the error (rename the file extension from .ifc to .txt to upload)." +- type: textarea + attributes: + label: Debug and Error Output + description: "If this is in Bonsai, paste the output from the Copy Debug Information option in Bonsai. It can be found under Quality and Coordination -> Quality Control -> Debug. If this is a general software issue, if relevant include details about IfcOpenShell version, operating system, Python version, etc." + render: yes