mirror of
https://github.com/ihmily/DouyinLiveRecorder.git
synced 2025-12-26 05:48:32 +08:00
91 lines
3.0 KiB
YAML
91 lines
3.0 KiB
YAML
name: 🐛 (English)Bug report
|
|
description: Create a bug report to help improve the project.
|
|
title: 🐛[BUG] Please enter a title
|
|
labels: bug
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
📝 **Please fill in a concise and clear title in the `title` above**, the format is suggested as: 🐛[Bug] Short description.
|
|
For example: 🐛[Bug] Unable to record certain TikTok live rooms.
|
|
- type: checkboxes
|
|
attributes:
|
|
label: ⚠️ Confirm if similar issues exist
|
|
description: >
|
|
🔍 [Click here to search historical issues](https://github.com/ihmily/DouyinLiveRecorder/issues?q=is%3Aissue)
|
|
Please make sure your issue hasn't been reported before.
|
|
options:
|
|
- label: I have searched the issues and found no similar problems
|
|
required: true
|
|
- type: dropdown
|
|
attributes:
|
|
label: 🔧 How did you run the program?
|
|
description: Please select how you ran the program.
|
|
options:
|
|
- Directly running the exe file
|
|
- Running with source code
|
|
- Running with docker
|
|
validations:
|
|
required: true
|
|
- type: dropdown
|
|
attributes:
|
|
label: 🐍 If running with source code, please select your Python environment version
|
|
description: Please select the Python version you used to run the program.
|
|
options:
|
|
- Python 3.10
|
|
- Python 3.11
|
|
- Python 3.12
|
|
- Python 3.13
|
|
- Other (please specify in the issue)
|
|
validations:
|
|
required: false
|
|
- type: dropdown
|
|
attributes:
|
|
label: 💻 Please select your system environment
|
|
description: Please select the specific system version you are running the program on.
|
|
options:
|
|
- Windows 10
|
|
- Windows 11
|
|
- macOS
|
|
- Ubuntu
|
|
- CentOS
|
|
- Fedora
|
|
- Debian
|
|
- Other (please specify in the issue)
|
|
validations:
|
|
required: true
|
|
- type: checkboxes
|
|
attributes:
|
|
label: ⚠️ Confirm if you have retried multiple times
|
|
description: >
|
|
Sometimes it might be due to your device or network issues.
|
|
options:
|
|
- label: I have tried multiple times and still encounter the problem
|
|
required: true
|
|
- type: textarea
|
|
attributes:
|
|
label: 🕹 Reproduction steps
|
|
description: |
|
|
**⚠️ Issues that cannot be reproduced will be closed.**
|
|
Please fill in according to the following format:
|
|
1. The live room address I tried to record is...
|
|
2. The recording format I used is...
|
|
3. ...
|
|
placeholder: |
|
|
1. ...
|
|
2. ...
|
|
3. ...
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
attributes:
|
|
label: 😯 Problem description
|
|
description: Describe the problem in detail or provide relevant screenshots.
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
attributes:
|
|
label: 📜 Error information
|
|
description: If available, please paste the relevant log error information or screenshots.
|
|
validations:
|
|
required: false |