mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-25 15:44:04 -06:00
Merge pull request #9637 from Ultimaker/issue-forms
Add text area for other comments
This commit is contained in:
commit
9f449195e2
2 changed files with 4 additions and 1 deletions
2
.github/ISSUE_TEMPLATE.md
vendored
2
.github/ISSUE_TEMPLATE.md
vendored
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
name: Bug report
|
name: Old Bug report
|
||||||
about: Create a report to help us fix issues.
|
about: Create a report to help us fix issues.
|
||||||
title: ''
|
title: ''
|
||||||
labels: 'Type: Bug'
|
labels: 'Type: Bug'
|
||||||
|
|
3
.github/ISSUE_TEMPLATE/bugreport.yaml
vendored
3
.github/ISSUE_TEMPLATE/bugreport.yaml
vendored
|
@ -65,3 +65,6 @@ body:
|
||||||
* A **log file**, see [here](https://github.com/Ultimaker/Cura#logging-issues) how to find the log file.
|
* A **log file**, see [here](https://github.com/Ultimaker/Cura#logging-issues) how to find the log file.
|
||||||
|
|
||||||
You can add these files and additional information that is relevant to the issue in the comments below.
|
You can add these files and additional information that is relevant to the issue in the comments below.
|
||||||
|
- type: textarea
|
||||||
|
attributes:
|
||||||
|
label: Additional information
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue