Skip to content

Commit

Permalink
Make logs field required
Browse files Browse the repository at this point in the history
  • Loading branch information
Su5eD committed Aug 9, 2023
1 parent 32b20c1 commit 8d946d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/mod_incompatibility.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,15 +46,15 @@ body:
2.
3.
...
validations:
required: true
- type: input
id: logs
attributes:
label: Logs
description: |
If applicable (crash, error output in console), please provide your crash report or latest.log
To upload logs, use an external site to post the crash report, such as [Ubuntu Pastebin](https://paste.ubuntu.com/), [Pastebin](http://pastebin.com/), or [Github Gist](https://gist.github.com/)
validations:
required: true
- type: textarea
id: context
attributes:
Expand Down

0 comments on commit 8d946d0

Please sign in to comment.