-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding Exception Report Issue Configuration. Updating Bug Report to u…
…se the correct template.
- Loading branch information
1 parent
a24c5b7
commit fe3f101
Showing
2 changed files
with
36 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
name: "Exception Report" | ||
description: "Report a crash from the Mod Manager. DO NOT report game crashes." | ||
title: "[Exception Report]: " | ||
labels: ["exception report", "bug"] | ||
body: | ||
- type: checkboxes | ||
attributes: | ||
label: Report Verification | ||
description: Before submitting your Exception Report, please check the Issues on the repo for any similar reports. If you find one, please add your report to that issue. | ||
options: | ||
- label: I have checked and verified there are no similar reports. | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Exception Report | ||
description: Please paste your Exception Report here. Include any additional crash related files here. | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Reproduction Steps | ||
description: Please provide the steps you were taking when the bug occurred. | ||
value: | | ||
1. | ||
2. | ||
3. | ||
... | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Additional Information | ||
description: Please provide any additional information you believe may pertain to this bug. You can provide screenshots, videos, and any potential logs by clicking this area to highlight it, then dragging the file(s) in. | ||
validations: | ||
required: false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters