349e7c7eb1
Mirror to GitHub (Archive Method) / mirror (push) Failing after 16s
Mirror to GitHub (Rsync Method) / mirror (push) Failing after 16s
Mirror to GitHub / mirror (push) Failing after 18s
Test and Lint / backend-test (push) Successful in 1m1s
continuous-integration/drone/push Build is passing
Test and Lint / frontend-test (push) Successful in 2m24s
Version and Release / version-bump (push) Successful in 33s
Version and Release / trigger-drone (push) Successful in 2s
- Add bug report template with environment details - Add feature request template with use case section - Add documentation improvement template - Add security vulnerability template with warnings - Add question template for support - Add issue template config with helpful links - Add comprehensive pull request template - Update mirror workflow to exclude production guide These templates will help maintain quality contributions and streamline the issue/PR process on GitHub.
47 lines
1.0 KiB
Markdown
47 lines
1.0 KiB
Markdown
---
|
|
name: Bug report
|
|
about: Create a report to help us improve PicPeak
|
|
title: '[BUG] '
|
|
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.
|
|
|
|
**Screenshots**
|
|
If applicable, add screenshots to help explain your problem.
|
|
|
|
**Environment (please complete the following information):**
|
|
- OS: [e.g. Ubuntu 22.04]
|
|
- Browser: [e.g. Chrome 120, Safari 17]
|
|
- PicPeak Version: [e.g. 1.0.22]
|
|
- Deployment Method: [e.g. Docker Compose, Manual]
|
|
- Database: [e.g. PostgreSQL 15, SQLite]
|
|
|
|
**Logs**
|
|
Please include relevant logs:
|
|
```
|
|
# Backend logs
|
|
docker-compose logs backend | tail -50
|
|
|
|
# Frontend console errors
|
|
[paste any browser console errors]
|
|
```
|
|
|
|
**Additional context**
|
|
Add any other context about the problem here.
|
|
|
|
**Possible Solution**
|
|
If you have an idea how to fix the issue, please describe it here. |