From fb1071ff510db69ad235feaaca060e96c3b85f61 Mon Sep 17 00:00:00 2001 From: Eldenroot Date: Tue, 13 Feb 2024 20:37:33 +0100 Subject: [PATCH 1/2] Update bug_report.yml Make it easier and nice r.) --- .github/ISSUE_TEMPLATE/bug_report.yml | 55 +++++++++++++++++++++------ 1 file changed, 43 insertions(+), 12 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 0042acaea56..04cfcbafe7b 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -1,36 +1,58 @@ -name: Bug Report +name: 🐞 Bug Report description: File a bug report -labels: bug +labels: ["bug"] body: - type: markdown attributes: value: | **Thank you for using Orca Slicer and wanting to report a bug.** + + Please note that this is not the place to make feature requests or ask for help. + For this, please use the [Discord server](https://discord.gg/P4VE9UY9gJ) or [Discussion forum](https://github.com/SoftFever/OrcaSlicer/discussions). + Before filing, please check if the issue already exists (either open or closed) by using the search bar on the issues page. If it does, comment there. Even if it's closed, we can reopen it based on your comment. + - type: checkboxes + attributes: + label: Is there an existing issue for this problem? + description: Please search to see if an issue already exists for the bug you encountered. + options: + - label: I have searched the existing issues + required: true - type: input id: version attributes: label: OrcaSlicer Version description: Which version of Orca Slicer are you running? You can see the full version in `Help` -> `About Orca Slicer`. - placeholder: e.g. 1.6.6 + placeholder: e.g. 1.9.0 + validations: + required: true + - type: dropdown + id: os_type + attributes: + label: "Operating System (OS)" + description: "What OSes are you are experiencing issues on?" + multiple: true + options: + - Linux + - macOS + - Windows validations: required: true - type: input - id: os_info + id: os_version attributes: - label: OS version - description: Which OS version are you using? - placeholder: | - OS: Windows 7/8/10/11 ... , Ubuntu 22.04/Fedora 36 ... , macOS 10.15/11.1/12.3 ... + label: "OS Version" + description: "What OS version does this relate to?" + placeholder: "i.e. OS: Windows 7/8/10/11 ..., Ubuntu 22.04/Fedora 36 ..., macOS 10.15/11.1/12.3 ..." validations: required: true - type: textarea id: system_info attributes: label: Additional system information - description: For the performance issue, please also show the CPU、Memory information; For the 3D Rendering issue, please also show the Display Card information. + description: For the performance issue, please also show the CPU, Memory information; For the 3D Rendering issue, please also show the Display Card information. placeholder: | - CPU: 11th gen intel r core tm i7-1185g7/amd ryzen 7 6800h/... + CPU: 11th gen Intel r core tm i7-1185g7/AMD Ryzen 7 6800h/... Memory: 32/16 GB... Display Card: NVIDIA Quadro P400/... validations: @@ -50,8 +72,8 @@ body: description: Please described the detailed steps to reproduce this issue placeholder: | 1. Go to '...' - 2. Click on '....' - 3. Scroll down to '....' + 2. Click on '...' + 3. Scroll down to '...' 4. See error validations: required: true @@ -100,3 +122,12 @@ body: options: - label: Log file - label: Project file + - type: textarea + attributes: + label: Anything else? + description: | + Screenshots? References? Anything that will give us more context about the issue you are encountering! + + Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in. + validations: + required: false From 1d6cf8b5a7d32f05bd6d14b3ec3e16d1f0e502bf Mon Sep 17 00:00:00 2001 From: Eldenroot Date: Wed, 14 Feb 2024 19:20:35 +0100 Subject: [PATCH 2/2] Update bug_report.yml --- .github/ISSUE_TEMPLATE/bug_report.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 04cfcbafe7b..b8477e12c6e 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -8,7 +8,7 @@ body: **Thank you for using Orca Slicer and wanting to report a bug.** Please note that this is not the place to make feature requests or ask for help. - For this, please use the [Discord server](https://discord.gg/P4VE9UY9gJ) or [Discussion forum](https://github.com/SoftFever/OrcaSlicer/discussions). + For this, please use the [Feature request](https://github.com/SoftFever/OrcaSlicer/issues/new?assignees=&labels=&projects=&template=feature_request.yml) issue type or you can discuss your idea on our [Discord server](https://discord.gg/P4VE9UY9gJ) with others. Before filing, please check if the issue already exists (either open or closed) by using the search bar on the issues page. If it does, comment there. Even if it's closed, we can reopen it based on your comment. - type: checkboxes