mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-26 02:07:36 +00:00
Update and rename bug_report.md to bug_report.yml
This commit is contained in:
@@ -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**
|
|
||||||
|
|
||||||
<!--
|
|
||||||
Describe what problem occurred and what you expected to happen instead.
|
|
||||||
|
|
||||||
1. To reproduce this, open file '...'
|
|
||||||
2. Click on '....'
|
|
||||||
3. See error
|
|
||||||
-->
|
|
||||||
|
|
||||||
**Attachments**
|
|
||||||
|
|
||||||
<!--
|
|
||||||
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). Private files can be uploaded to https://ifcopenshell.org/upload.html - only viewed by core developers and will be deleted afterwards.
|
|
||||||
-->
|
|
||||||
|
|
||||||
**Debug information**
|
|
||||||
|
|
||||||
<!--
|
|
||||||
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.
|
|
||||||
-->
|
|
||||||
@@ -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
|
||||||
Reference in New Issue
Block a user