Skip to content

Commit

Permalink
Update BUG_REPORT.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcouffin authored Mar 11, 2024
1 parent 55ad8a3 commit cd192bd
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .github/ISSUE_TEMPLATE/BUG_REPORT.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cd192bd

Please sign in to comment.