mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-03 01:39:24 +02:00
Update issue templates
This commit is contained in:
parent
64f8ca5424
commit
c5087d9abe
4 changed files with 109 additions and 76 deletions
84
.github/ISSUE_TEMPLATE/bug_report.md
vendored
84
.github/ISSUE_TEMPLATE/bug_report.md
vendored
|
@ -1,42 +1,42 @@
|
|||
---
|
||||
name: Bug report
|
||||
about: Create a report to help us improve
|
||||
title: ''
|
||||
labels: bug
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
**Describe the bug**
|
||||
A clear and concise description of what the bug is.
|
||||
|
||||
**To Reproduce**
|
||||
Steps to reproduce the behavior:
|
||||
1. Go to '...'
|
||||
2. Click on '....'
|
||||
3. Scroll down to '....'
|
||||
4. See error
|
||||
|
||||
**Expected behavior**
|
||||
A clear and concise description of what you expected to happen.
|
||||
|
||||
**Error Logs**
|
||||
Provide the log files at the moment you found the issue.
|
||||
If you are not sure how to find the log file, please check here https://github.com/WWBN/AVideo/wiki/How-to-find-errors-on-AVideo-Platform
|
||||
|
||||
**Screenshots**
|
||||
If applicable, add screenshots to help explain your problem.
|
||||
|
||||
**Desktop (please complete the following information):**
|
||||
- OS: [e.g. iOS]
|
||||
- Browser [e.g. chrome, safari]
|
||||
- Version [e.g. 22]
|
||||
|
||||
**Smartphone (please complete the following information):**
|
||||
- Device: [e.g. iPhone6]
|
||||
- OS: [e.g. iOS8.1]
|
||||
- Browser [e.g. stock browser, safari]
|
||||
- Version [e.g. 22]
|
||||
|
||||
**Additional context**
|
||||
Add any other context about the problem here.
|
||||
---
|
||||
name: Bug report
|
||||
about: Create a report to help us improve
|
||||
title: ''
|
||||
labels: bug
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
**Describe the bug**
|
||||
A clear and concise description of what the bug is.
|
||||
|
||||
**To Reproduce**
|
||||
Steps to reproduce the behavior:
|
||||
1. Go to '...'
|
||||
2. Click on '....'
|
||||
3. Scroll down to '....'
|
||||
4. See error
|
||||
|
||||
**Expected behavior**
|
||||
A clear and concise description of what you expected to happen.
|
||||
|
||||
**Error Logs**
|
||||
Provide the log files at the moment you found the issue.
|
||||
If you are not sure how to find the log file, please check here https://github.com/WWBN/AVideo/wiki/How-to-find-errors-on-AVideo-Platform
|
||||
|
||||
**Screenshots**
|
||||
If applicable, add screenshots to help explain your problem.
|
||||
|
||||
**Desktop (please complete the following information):**
|
||||
- OS: [e.g. iOS]
|
||||
- Browser [e.g. chrome, safari]
|
||||
- Version [e.g. 22]
|
||||
|
||||
**Smartphone (please complete the following information):**
|
||||
- Device: [e.g. iPhone6]
|
||||
- OS: [e.g. iOS8.1]
|
||||
- Browser [e.g. stock browser, safari]
|
||||
- Version [e.g. 22]
|
||||
|
||||
**Additional context**
|
||||
Add any other context about the problem here.
|
||||
|
|
40
.github/ISSUE_TEMPLATE/feature_request.md
vendored
40
.github/ISSUE_TEMPLATE/feature_request.md
vendored
|
@ -1,20 +1,20 @@
|
|||
---
|
||||
name: Feature request
|
||||
about: Suggest an idea for this project
|
||||
title: ''
|
||||
labels: enhancement
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
**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.
|
||||
---
|
||||
name: Feature request
|
||||
about: Suggest an idea for this project
|
||||
title: ''
|
||||
labels: enhancement
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
**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.
|
||||
|
|
33
.github/ISSUE_TEMPLATE/gratitude-or-comments.md
vendored
Normal file
33
.github/ISSUE_TEMPLATE/gratitude-or-comments.md
vendored
Normal file
|
@ -0,0 +1,33 @@
|
|||
---
|
||||
name: Gratitude or Comments
|
||||
about: Use this template to share appreciation, feedback, or highlight features you
|
||||
love about the project.
|
||||
title: ''
|
||||
labels: ''
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
### **Gratitude or General Comments**
|
||||
|
||||
#### **Purpose**
|
||||
This is a space for users to share their appreciation or provide general feedback about the project.
|
||||
|
||||
---
|
||||
|
||||
**What would you like to say?**
|
||||
(*Feel free to share your thoughts, express gratitude, or provide constructive feedback.*)
|
||||
|
||||
---
|
||||
|
||||
**Optional: What feature or improvement are you most thankful for?**
|
||||
(*Let us know if there's something specific you love or found especially helpful.*)
|
||||
|
||||
---
|
||||
|
||||
**Your Name (Optional)**:
|
||||
(*You can leave this blank if you prefer to remain anonymous.*)
|
||||
|
||||
---
|
||||
|
||||
Thank you for taking the time to share your thoughts! Your feedback and encouragement mean a lot and help motivate continued development.
|
|
@ -1,14 +1,14 @@
|
|||
---
|
||||
name: Usage Questions and Help
|
||||
about: Feel free to make your usage question here.
|
||||
title: ''
|
||||
labels: question
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
**Describe the question**
|
||||
A clear and concise description of what is your question.
|
||||
|
||||
**Screenshots**
|
||||
Provide some screenshots to help us understand and explain your problem.
|
||||
---
|
||||
name: Usage Questions and Help
|
||||
about: Feel free to make your usage question here.
|
||||
title: ''
|
||||
labels: question
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
**Describe the question**
|
||||
A clear and concise description of what is your question.
|
||||
|
||||
**Screenshots**
|
||||
Provide some screenshots to help us understand and explain your problem.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue