mirror of
https://github.com/mifi/lossless-cut.git
synced 2024-11-25 03:33:14 +01:00
update issue templates
This commit is contained in:
parent
8e5f767569
commit
9ff81f2d31
40
.github/ISSUE_TEMPLATE/bug-report.md
vendored
40
.github/ISSUE_TEMPLATE/bug-report.md
vendored
@ -1,40 +0,0 @@
|
||||
---
|
||||
name: Bug report
|
||||
about: Create a report to help us improve
|
||||
title: ''
|
||||
labels: ''
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
In order to make it easier for me to help you, I ask that you please try these things first:
|
||||
- Try with the newest version from GitHub: https://github.com/mifi/lossless-cut/releases/latest
|
||||
- Check https://github.com/mifi/lossless-cut and **Known issues** / **Troubleshooting**
|
||||
- Search for your problem under Issues or Discussions
|
||||
- Please try other type of file and see if it works.
|
||||
|
||||
**Share information to help me understand**
|
||||
- If you have an issue cutting a particular file, please also share the file, if possible. (or mail a link to finstaden@gmail.com if private.) Also please try to cut it with the ffmpeg command line directly.
|
||||
- If you have a problem or an unexpected bug or crash, please open developer tools after starting LosslessCut and before doing the failing operation. Then share the output from the javascript Console. (Menu: Tools > Toggle Developer Tools)
|
||||
- Please provide the error report if you got one (Menu: Help -> Report an error)
|
||||
|
||||
**Describe the bug**
|
||||
A clear and concise description of what the bug is.
|
||||
|
||||
**To Reproduce**
|
||||
Steps to reproduce the behavior:
|
||||
1. Open file '...'
|
||||
2. Click on '...'
|
||||
3. See error
|
||||
|
||||
**Expected behavior**
|
||||
A clear and concise description of what you expected to happen.
|
||||
|
||||
**Screenshots**
|
||||
If applicable, add screenshots to help explain your problem.
|
||||
|
||||
**Desktop (please complete the following information):**
|
||||
- OS: [e.g. Windows 10]
|
||||
|
||||
**Additional context**
|
||||
Add any other context about the problem here.
|
77
.github/ISSUE_TEMPLATE/bug.yml
vendored
Normal file
77
.github/ISSUE_TEMPLATE/bug.yml
vendored
Normal file
@ -0,0 +1,77 @@
|
||||
name: 🐛 Bug report
|
||||
description: Describe a problem or bug with LosslessCut
|
||||
body:
|
||||
- type: checkboxes
|
||||
id: initial-checklist
|
||||
attributes:
|
||||
label: I have a lot of issues to go through, so in order to make it easier for me to help you, I ask that you please try these things first
|
||||
options:
|
||||
- label: Try with the [newest version from GitHub](https://github.com/mifi/lossless-cut/releases/latest)
|
||||
required: true
|
||||
- label: Read all the documentation at https://github.com/mifi/lossless-cut and **Known issues / Troubleshooting**
|
||||
required: true
|
||||
- label: Search for your problem under [Issues](https://github.com/mifi/lossless-cut/issues) or [Discussions](https://github.com/mifi/lossless-cut/discussions)
|
||||
required: true
|
||||
- label: If you have an issue with one particular file, try other type of file and see if it works.
|
||||
required: true
|
||||
- type: dropdown
|
||||
id: operating-system
|
||||
attributes:
|
||||
label: Operating System
|
||||
description: Which operating system are you running?
|
||||
options:
|
||||
- MacOS 12
|
||||
- MacOS 11
|
||||
- MacOS 10
|
||||
- Windows 11
|
||||
- Windows 10
|
||||
- Windows 8.1
|
||||
- Windows 8
|
||||
- Windows 7
|
||||
- Windows Vista
|
||||
- Linux
|
||||
- Other
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: steps-to-reproduce
|
||||
attributes:
|
||||
label: Steps to reproduce
|
||||
description: How would I reproduce the problem? Please describe step-by-step what you're doing from starting up LosslessCut until the problem occurs. You can attach screenshots if needed.
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: expected-behavior
|
||||
attributes:
|
||||
label: Expected behavior
|
||||
description: What should happen?
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: actual-behavior
|
||||
attributes:
|
||||
label: Actual behavior
|
||||
description: What happens instead?
|
||||
validations:
|
||||
required: true
|
||||
- type: input
|
||||
id: share-file
|
||||
attributes:
|
||||
label: Problem with a articular file?
|
||||
description: If you have an issue cutting a particular file, please also share the file here, if possible. (or mail a link to finstaden@gmail.com if private.) Also please try to cut it with the ffmpeg command line directly.
|
||||
validations:
|
||||
required: false
|
||||
- type: textarea
|
||||
id: error-report
|
||||
attributes:
|
||||
label: Provide an error report
|
||||
description: 'Please provide the error report if you got one (Menu: Help -> Report an error)'
|
||||
validations:
|
||||
required: false
|
||||
- type: textarea
|
||||
id: share-log
|
||||
attributes:
|
||||
label: Share log
|
||||
description: 'If you have a problem or an unexpected bug or crash, please open developer tools after starting LosslessCut and before doing the failing operation. Then share the output from the javascript Console. (Menu: Tools > Toggle Developer Tools)'
|
||||
validations:
|
||||
required: false
|
2
.github/ISSUE_TEMPLATE/config.yml
vendored
2
.github/ISSUE_TEMPLATE/config.yml
vendored
@ -1,5 +1,5 @@
|
||||
blank_issues_enabled: false
|
||||
contact_links:
|
||||
- name: Discussions
|
||||
- name: ❓ Discussions and questions
|
||||
url: https://github.com/mifi/lossless-cut/discussions
|
||||
about: Please ask and answer questions here.
|
||||
|
23
.github/ISSUE_TEMPLATE/feature.yml
vendored
Normal file
23
.github/ISSUE_TEMPLATE/feature.yml
vendored
Normal file
@ -0,0 +1,23 @@
|
||||
name: ✨ Feature request
|
||||
description: Suggest an idea for an improvement
|
||||
body:
|
||||
- type: checkboxes
|
||||
id: initial-checklist
|
||||
attributes:
|
||||
label: I have a lot of issues to go through, so in order to make it easier for me to help you, I ask that you please try these things first
|
||||
options:
|
||||
- label: Try with the [newest version from GitHub](https://github.com/mifi/lossless-cut/releases/latest)
|
||||
required: true
|
||||
- label: Read all the documentation at https://github.com/mifi/lossless-cut to see if the feature already exists
|
||||
required: true
|
||||
- label: See if someone already suggested this under [Issues](https://github.com/mifi/lossless-cut/issues) or [Discussions](https://github.com/mifi/lossless-cut/discussions)
|
||||
required: true
|
||||
- label: If you have an issue with one particular file, try other type of file and see if it works.
|
||||
required: true
|
||||
- type: textarea
|
||||
id: feature-description
|
||||
attributes:
|
||||
label: Description
|
||||
description: A clear and concise description of what you want you would like to be added or improved in LosslessCut. You can attach screenshots if needed.
|
||||
validations:
|
||||
required: true
|
22
.github/ISSUE_TEMPLATE/feature_request.md
vendored
22
.github/ISSUE_TEMPLATE/feature_request.md
vendored
@ -1,22 +0,0 @@
|
||||
---
|
||||
name: Feature request
|
||||
about: Suggest an idea for this project
|
||||
title: ''
|
||||
labels: ''
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
Please first search for your feature request under Issues or Discussions, maybe someone else already suggested it.
|
||||
|
||||
**Is your feature request related to a problem? Please describe.**
|
||||
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
|
||||
|
||||
**Describe the solution you'd like**
|
||||
A clear and concise description of what you want to happen.
|
||||
|
||||
**Describe alternatives you've considered**
|
||||
A clear and concise description of any alternative solutions or features you've considered.
|
||||
|
||||
**Additional context**
|
||||
Add any other context or screenshots about the feature request here.
|
Loading…
Reference in New Issue
Block a user