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.
33 lines
788 B
Markdown
33 lines
788 B
Markdown
---
|
|
name: Documentation
|
|
about: Report issues or improvements needed in documentation
|
|
title: '[DOCS] '
|
|
labels: 'documentation'
|
|
assignees: ''
|
|
|
|
---
|
|
|
|
**What documentation needs improvement?**
|
|
Please specify which document or section needs attention:
|
|
- [ ] README.md
|
|
- [ ] DEPLOYMENT.md
|
|
- [ ] CONTRIBUTING.md
|
|
- [ ] API Documentation
|
|
- [ ] Code Comments
|
|
- [ ] Other: ___________
|
|
|
|
**Describe the issue**
|
|
What's wrong or missing in the documentation?
|
|
|
|
**Suggested improvement**
|
|
How would you improve this documentation?
|
|
|
|
**Target audience**
|
|
Who is this documentation for?
|
|
- [ ] New users setting up PicPeak
|
|
- [ ] Developers contributing to the project
|
|
- [ ] System administrators
|
|
- [ ] End users (photographers/clients)
|
|
|
|
**Additional context**
|
|
Add any other context, examples, or references here. |