mirror of
https://github.com/diddlesnaps/makemkv.git
synced 2026-06-11 07:29:05 -04:00
Delete bug-report.yml
This commit is contained in:
60
.github/ISSUE_TEMPLATE/bug-report.yml
vendored
60
.github/ISSUE_TEMPLATE/bug-report.yml
vendored
@@ -1,60 +0,0 @@
|
||||
name: Bug Report
|
||||
description: File a bug report
|
||||
title: "[Bug]: "
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
Thanks for taking the time to fill out this bug report!
|
||||
- type: textarea
|
||||
id: what-happened
|
||||
attributes:
|
||||
label: What happened?
|
||||
description: Tell us what happened.
|
||||
placeholder: The app crashed when I...
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: what-expected
|
||||
attributes:
|
||||
label: What should have happened?
|
||||
description: Tell us what you expected to happen.
|
||||
placeholder: When I ... the app should ...
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: snap-info
|
||||
attributes:
|
||||
label: Output of `snap info makemkv`
|
||||
description: Please run `snap info makemkv` in a terminal and paste the output here. This will be automatically formatted into code, so no need for backticks.
|
||||
render: shell
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: snap-connections
|
||||
attributes:
|
||||
label: Output of `snap connections makemkv`
|
||||
description: Please run `snap connections makemkv` in a terminal and paste the output here. This will be automatically formatted into code, so no need for backticks.
|
||||
render: shell
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: snap-version
|
||||
attributes:
|
||||
label: Output of `snap version`
|
||||
description: Please run `snap version` in a terminal and paste the output here. This will be automatically formatted into code, so no need for backticks.
|
||||
render: shell
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: logs
|
||||
attributes:
|
||||
label: Relevant log output
|
||||
description: Please copy and paste any relevant `DENIED` messages in `dmesg` output or your kernel log file in `/var/log`. This will be automatically formatted into code, so no need for backticks.
|
||||
render: shell
|
||||
- type: textarea
|
||||
id: teminal-output
|
||||
attributes:
|
||||
label: Teminal output of app
|
||||
description: Please try running the app in a terminal and paste the output here. This will be automatically formatted into code, so no need for backticks.
|
||||
render: shell
|
||||
Reference in New Issue
Block a user