Skip to content

Commit

Permalink
Update bug_report.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DefinetlyNotAI authored Jun 11, 2024
1 parent 6cf06bb commit 17dbdeb
Showing 1 changed file with 43 additions and 27 deletions.
70 changes: 43 additions & 27 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,38 +5,54 @@ labels: [bug]
assignees: "-"
body:
- type: checkboxes
options:
- label: I have searched for duplicate or closed issues.
required: true
- label: I have read the contributing guidelines.
required: true
- label: I have checked that I am on the latest release, and have run the Debug.py and have made sure no external modifications are responsible for this bug.
required: true
attributes:
label: Prerequisites
description: Take a couple minutes to help our maintainers work faster.
options:
- label: I have [searched](https:/DefinetlyNotAI/Logicytics/issues?utf8=%E2%9C%93&q=is%3Aissue) for duplicate or closed issues.
required: true
- label: I have read the [contributing guidelines](https:/DefinetlyNotAI/Logicytics/blob/main/CONTRIBUTING.md).
required: true
- label: I have checked that I am on the latest release, and have run the `Debug.py` and have made sure no external modification are responsible for this bug.
required: true
- label: I have uploaded the crash report IF the issue here is due to a crash.
required: true
- type: textarea
id: what-happened
title: Describe the issue
description: Provide a summary of the issue and what you expected to happen, including specific steps to reproduce.
required: true
attributes:
label: Describe the issue
description: Provide a summary of the issue and what you expected to happen, including specific steps to reproduce.
validations:
required: true
- type: textarea
id: log
title: Log File
description: Include the log file generated, copy it and paste it in.
required: true
attributes:
label: Debugger Log
description: Include the log file generated by running `.\Logicytics --debugger`, copy the file contents and paste it in.
validations:
required: true
- type: textarea
id: extra
attributes:
label: Anything else?
description: Include anything you deem important, like the CMD response given to you.
validations:
required: true
- type: dropdown
id: browser
title: What browser(s) are you using?
options:
- Chrome
- Safari
- Firefox
- Microsoft Edge
- Opera
attributes:
label: What browser(s) are you using?
multiple: true
options:
- Chrome
- Safari
- Firefox
- Microsoft Edge
- Opera
- type: input
id: version
title: What version of Logicytics are you using?
placeholder: "e.g., v5.1.0 or v4.5.2"
required: true
- type: markdown
title: Attachment Instructions
body: |
To attach your `.ERROR` log file, please use the "Attach files" button below. Make sure the file you upload has the `.ERROR` extension. This file should contain detailed logs related to the issue you're experiencing.
attributes:
label: What version of Logicytics are you using?
placeholder: "e.g., v5.1.0 or v4.5.2"
validations:
required: true

0 comments on commit 17dbdeb

Please sign in to comment.