Skip to content

Commit

Permalink
make latest.log optional for crashes again
Browse files Browse the repository at this point in the history
  • Loading branch information
Fuzss committed Jan 11, 2024
1 parent 463ec35 commit 45e34ad
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ body:
id: latest-log
attributes:
label: latest.log (Required)
description: Please paste the url to your shared `latest.log` file. Note that issue reports without this file are difficult and unlikely to be processed. [To share your `latest.log` here, please follow these steps.](https://gist.github.com/Fuzss/866b384d353912986e37b17eeef7a285)
description: Please paste the url to your shared `latest.log` file. Note that issue reports without this file are difficult to solve and unlikely to be processed. [To share your `latest.log` here, please follow these steps.](https://gist.github.com/Fuzss/866b384d353912986e37b17eeef7a285)
placeholder: ex. https://gist.github.com/<your_user_name>/<gist_id>
validations:
required: true
8 changes: 3 additions & 5 deletions .github/ISSUE_TEMPLATE/crash.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,15 +59,13 @@ body:
attributes:
label: Crash Report (Required)
description: >-
Please paste the url to your shared crash report. Note that issue reports without this file are difficult and unlikely to be processed. [To share your crash report here, please follow these steps.](https://gist.github.com/Fuzss/9692f6ed5e8cca485a58004c28c9045b)
Please paste the url to your shared crash report. Note that issue reports without this file are difficult to solve and unlikely to be processed. [To share your crash report here, please follow these steps.](https://gist.github.com/Fuzss/9692f6ed5e8cca485a58004c28c9045b)
placeholder: ex. https://gist.github.com/<your_user_name>/<gist_id>
validations:
required: true
- type: input
id: latest-log
attributes:
label: latest.log (Required)
description: Please paste the url to your shared `latest.log` file. Note that issue reports without this file are difficult and unlikely to be processed. [To share your `latest.log` here, please follow these steps.](https://gist.github.com/Fuzss/866b384d353912986e37b17eeef7a285)
label: latest.log (Optional)
description: Please paste the url to your shared `latest.log` file. [To share your `latest.log` here, please follow these steps.](https://gist.github.com/Fuzss/866b384d353912986e37b17eeef7a285)
placeholder: ex. https://gist.github.com/<your_user_name>/<gist_id>
validations:
required: true

0 comments on commit 45e34ad

Please sign in to comment.