mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-04-25 08:46:22 +02:00
chore: added issue templates
This commit is contained in:
parent
351b38801b
commit
5783aa02f4
5 changed files with 234 additions and 0 deletions
59
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
59
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
|
|
@ -0,0 +1,59 @@
|
|||
---
|
||||
name: Bug Report
|
||||
about: Report a bug or unexpected behavior in SurfSense
|
||||
title: '[BUG] '
|
||||
labels: bug
|
||||
assignees: ''
|
||||
---
|
||||
|
||||
## Bug Description
|
||||
<!-- Provide a clear and concise description of the bug -->
|
||||
|
||||
## Deployment Type
|
||||
<!-- Please select where you encountered this issue -->
|
||||
- [ ] SurfSense Cloud (hosted version)
|
||||
- [ ] Self-hosted version
|
||||
|
||||
## Steps to Reproduce
|
||||
<!-- Provide detailed steps to reproduce the behavior -->
|
||||
1. Go to '...'
|
||||
2. Click on '...'
|
||||
3. Scroll down to '...'
|
||||
4. See error
|
||||
|
||||
## Expected Behavior
|
||||
<!-- Describe what you expected to happen -->
|
||||
|
||||
## Actual Behavior
|
||||
<!-- Describe what actually happened -->
|
||||
|
||||
## Screenshots/Videos
|
||||
<!-- If applicable, add screenshots or videos to help explain the problem -->
|
||||
|
||||
## Environment Information
|
||||
<!-- Please complete the following information -->
|
||||
- **Browser:** [e.g., Chrome 120, Firefox 121, Safari 17]
|
||||
- **Operating System:** [e.g., Windows 11, macOS 14, Ubuntu 22.04]
|
||||
- **SurfSense Version:** [e.g., v1.0.0 or commit hash if self-hosted]
|
||||
|
||||
### Additional Environment Details (for Self-hosted only)
|
||||
<!-- If you selected self-hosted, please provide: -->
|
||||
- **Python Version:** [e.g., 3.11]
|
||||
- **Node.js Version:** [e.g., 20.10.0]
|
||||
- **Database:** [e.g., PostgreSQL 15]
|
||||
- **Deployment Method:** [e.g., Docker, Manual installation]
|
||||
|
||||
## Additional Context
|
||||
<!-- Add any other context about the problem here -->
|
||||
|
||||
## Logs/Error Messages
|
||||
<!-- If applicable, paste relevant logs or error messages -->
|
||||
```
|
||||
Paste logs here
|
||||
```
|
||||
|
||||
## Checklist
|
||||
- [ ] I have searched existing issues to ensure this is not a duplicate
|
||||
- [ ] I have provided all the required information above
|
||||
- [ ] I have added appropriate labels (bug, deployment type)
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue