mirror of
https://github.com/yanguo888/fakabot.git
synced 2026-06-20 12:30:40 +00:00
Add comprehensive optimizations: badges, English README, issue templates
This commit is contained in:
@@ -0,0 +1,47 @@
|
||||
---
|
||||
name: Bug Report 🐛
|
||||
about: Report a bug to help us improve
|
||||
title: '[BUG] '
|
||||
labels: bug
|
||||
assignees: ''
|
||||
---
|
||||
|
||||
## 🐛 Bug Description
|
||||
|
||||
A clear and concise description of what the bug is.
|
||||
|
||||
## 📋 Steps to Reproduce
|
||||
|
||||
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.
|
||||
|
||||
## ❌ Actual Behavior
|
||||
|
||||
A clear and concise description of what actually happened.
|
||||
|
||||
## 📸 Screenshots
|
||||
|
||||
If applicable, add screenshots to help explain your problem.
|
||||
|
||||
## 🖥️ Environment
|
||||
|
||||
- OS: [e.g. Ubuntu 22.04]
|
||||
- Python Version: [e.g. 3.11]
|
||||
- Docker Version: [e.g. 24.0.0]
|
||||
- Bot Version: [e.g. v1.0.0]
|
||||
|
||||
## 📝 Additional Context
|
||||
|
||||
Add any other context about the problem here.
|
||||
|
||||
## 🔒 License Information
|
||||
|
||||
- Customer ID: [e.g. M0001]
|
||||
- License Status: [Valid/Expired]
|
||||
- Expiration Date: [e.g. 2025-02-17]
|
||||
@@ -0,0 +1,43 @@
|
||||
---
|
||||
name: Feature Request 💡
|
||||
about: Suggest an idea for this project
|
||||
title: '[FEATURE] '
|
||||
labels: enhancement
|
||||
assignees: ''
|
||||
---
|
||||
|
||||
## 💡 Feature Description
|
||||
|
||||
A clear and concise description of the feature you'd like to see.
|
||||
|
||||
## 🎯 Problem Statement
|
||||
|
||||
Is your feature request related to a problem? Please describe.
|
||||
Example: I'm always frustrated when [...]
|
||||
|
||||
## 💭 Proposed Solution
|
||||
|
||||
A clear and concise description of what you want to happen.
|
||||
|
||||
## 🔄 Alternatives Considered
|
||||
|
||||
A clear and concise description of any alternative solutions or features you've considered.
|
||||
|
||||
## 📊 Use Case
|
||||
|
||||
Describe the use case for this feature. Who would benefit from it?
|
||||
|
||||
## 📸 Mockups/Examples
|
||||
|
||||
If applicable, add mockups or examples to help explain your feature.
|
||||
|
||||
## 📝 Additional Context
|
||||
|
||||
Add any other context or screenshots about the feature request here.
|
||||
|
||||
## 💰 Willingness to Pay
|
||||
|
||||
Would you be willing to sponsor this feature?
|
||||
- [ ] Yes, I'd like to discuss pricing
|
||||
- [ ] No, but I think it would be valuable
|
||||
- [ ] Not sure
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
name: Question ❓
|
||||
about: Ask a question about the project
|
||||
title: '[QUESTION] '
|
||||
labels: question
|
||||
assignees: ''
|
||||
---
|
||||
|
||||
## ❓ Question
|
||||
|
||||
A clear and concise question.
|
||||
|
||||
## 📋 Context
|
||||
|
||||
Provide any relevant context or background information.
|
||||
|
||||
## 🔍 What I've Tried
|
||||
|
||||
Describe what you've already tried to solve this issue.
|
||||
|
||||
## 📚 Documentation Checked
|
||||
|
||||
- [ ] I've read the README
|
||||
- [ ] I've checked the FAQ
|
||||
- [ ] I've searched existing issues
|
||||
- [ ] I've checked the documentation
|
||||
|
||||
## 🖥️ Environment (if relevant)
|
||||
|
||||
- OS: [e.g. Ubuntu 22.04]
|
||||
- Python Version: [e.g. 3.11]
|
||||
- Docker Version: [e.g. 24.0.0]
|
||||
- Bot Version: [e.g. v1.0.0]
|
||||
|
||||
## 📝 Additional Information
|
||||
|
||||
Any other information that might be helpful.
|
||||
Reference in New Issue
Block a user