first commit

This commit is contained in:
Tomáš Dvořák
2025-10-02 12:39:28 +02:00
commit 0fc92f8464
60 changed files with 11834 additions and 0 deletions
+60
View File
@@ -0,0 +1,60 @@
---
name: Bug report
about: Create a report to help us improve
title: '[BUG] '
labels: bug
assignees: ''
---
## 🐛 Bug Description
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.
## 📸 Screenshots
If applicable, add screenshots to help explain your problem.
## 💻 Environment
**Backend:**
- OS: [e.g., Ubuntu 22.04, Windows 11]
- Go Version: [e.g., 1.21]
- Deployment: [e.g., Docker, local]
**Frontend:**
- Browser: [e.g., Chrome 120, Firefox 121]
- OS: [e.g., Windows 11, macOS 14]
- Node Version: [e.g., 18.0]
**Docker (if applicable):**
- Docker Version: [e.g., 24.0.6]
- Docker Compose Version: [e.g., 2.21.0]
## 📝 Additional Context
Add any other context about the problem here.
## 🔍 Logs
```
Paste relevant logs here
```
## ✔️ Checklist
- [ ] I have searched existing issues
- [ ] I have included all relevant information
- [ ] I can reproduce this bug consistently
- [ ] I have tested with the latest version
+43
View File
@@ -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
Describe the solution you'd like to see implemented.
## 🔄 Alternatives Considered
Describe any alternative solutions or features you've considered.
## 📊 Use Case
Describe how this feature would be used and who would benefit from it.
## 🎨 Mockups/Examples
If applicable, add mockups, screenshots, or examples.
## 📝 Additional Context
Add any other context or screenshots about the feature request here.
## ✔️ Checklist
- [ ] I have searched existing feature requests
- [ ] This feature aligns with the project's vision
- [ ] I have described the use case clearly
- [ ] I would be willing to contribute to this feature