From ddcd0e5b4f75a68d06d4b8ba458c7bbb0d8b14fc Mon Sep 17 00:00:00 2001 From: fvrmr <77000924+fvrmr@users.noreply.github.com> Date: Mon, 26 Apr 2021 09:53:06 +0200 Subject: [PATCH] Update bug report and feature request Bug report: Added checkbox for project files and log file. Added extra information in additional information and file uploads. Changed the textarea to markdown so files can be uploaded. Updated the placeholder to 4.9 in application version. Feature request: Changed textarea to markdown. --- .github/ISSUE_TEMPLATE/bugreport.yaml | 26 +++++++++++++++++----- .github/ISSUE_TEMPLATE/featurerequest.yaml | 7 +++--- 2 files changed, 23 insertions(+), 10 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bugreport.yaml b/.github/ISSUE_TEMPLATE/bugreport.yaml index 97fb63d468..e427f6a730 100644 --- a/.github/ISSUE_TEMPLATE/bugreport.yaml +++ b/.github/ISSUE_TEMPLATE/bugreport.yaml @@ -14,7 +14,7 @@ body: attributes: label: Application Version description: The version of Cura this issue occurs with. - placeholder: 4.8.0 + placeholder: 4.9.0 validations: required: true - type: input @@ -55,13 +55,27 @@ body: - type: markdown attributes: value: | - ## Additional information & file uploads - Please be sure to add the following files: * For slicing issues, upload a **project file** that clearly shows the bug. To save a project file go to `File -> Save project`. Please make sure to .zip your project file. For big files you may need to use WeTransfer or similar file sharing sites. G-code files are not project files! * **Screenshots** of showing the problem, perhaps before/after images. - * 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. + * A **log file** for crashes and similar issues. + You can find your log file here: + Windows: `%APPDATA%\cura\\cura.log` or usually `C:\Users\\\AppData\Roaming\cura\\cura.log` + MacOS: `$USER/Library/Application Support/cura//cura.log` + Ubuntu/Linus: `$USER/.local/share/cura//cura.log` + + If the Cura user interface still starts, you can also reach this directory from the application menu in Help -> Show settings folder +- type: checkboxes + attributes: + label: Checklist of files to include + options: + - label: Log file + - label: Project file +- type: textarea + attributes: + label: Additional information & file uploads + description: You can add these files and additional information that is relevant to the issue in the comments below. + validations: + required: true \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/featurerequest.yaml b/.github/ISSUE_TEMPLATE/featurerequest.yaml index 3354fe26ce..83c448fe44 100644 --- a/.github/ISSUE_TEMPLATE/featurerequest.yaml +++ b/.github/ISSUE_TEMPLATE/featurerequest.yaml @@ -38,8 +38,7 @@ body: placeholder: It will affect... validations: required: true -- type: markdown +- type: textarea attributes: - value: | - ## Additional information & file uploads - You can add pictures or files to visualize your feature request in the comments below. + label: Additional information & file uploads + description: You can add pictures or files to visualize your feature request in the comments below. \ No newline at end of file