From cd192bd619c20a8defb15ba55e31012ab09bfc85 Mon Sep 17 00:00:00 2001 From: Jean-Marc Couffin Date: Mon, 11 Mar 2024 12:44:38 +0100 Subject: [PATCH] Update BUG_REPORT.yml --- .github/ISSUE_TEMPLATE/BUG_REPORT.yml | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/BUG_REPORT.yml b/.github/ISSUE_TEMPLATE/BUG_REPORT.yml index c180cd2a8..59c52dbcc 100644 --- a/.github/ISSUE_TEMPLATE/BUG_REPORT.yml +++ b/.github/ISSUE_TEMPLATE/BUG_REPORT.yml @@ -23,15 +23,21 @@ body: required: true - label: I already **followed the [installation troubleshooting guide](https://pyrevitlabs.notion.site/Installation-issues-f6495adb56254e9e8021f8a68e3b2ab7) thoroughly** required: true - - label: Issues related to tools/scripts, I tried to run them in debug mode (CTRL+click on the button) and copy over the contents of the output window - required: true - label: I am using the **latest pyRevit Version** required: true - type: textarea id: description attributes: label: 🐞 Describe the bug - description: Be as specific as possible and list steps to reproduce the issue. If you have any suggestions for the solution, please list that as well. + description: Be as specific as possible and list steps to reproduce the issue. + validations: + required: true + - type: textarea + id: error-message + attributes: + label: ⌨ Error/Debug Message + description: If you have any suggestions for the solution, please list that as well. Issues related to tools/scripts, I tried to run them in debug mode (CTRL+click on the button) and copy over the contents of the output window. + render: shell validations: required: true - type: textarea