mirror of
https://github.com/lukevella/rallly.git
synced 2025-07-23 03:07:25 +02:00
📝 Update issue templates
This commit is contained in:
parent
262a074f58
commit
cae413b910
3 changed files with 56 additions and 6 deletions
7
.github/ISSUE_TEMPLATE/---bug-report.md
vendored
7
.github/ISSUE_TEMPLATE/---bug-report.md
vendored
|
@ -1,9 +1,10 @@
|
|||
---
|
||||
name: "\U0001F41E Bug report"
|
||||
about: Create a report to help us improve
|
||||
title: ""
|
||||
labels: bug
|
||||
assignees: ""
|
||||
title: ''
|
||||
labels: ''
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
**Describe the bug**
|
||||
|
|
7
.github/ISSUE_TEMPLATE/---feature-request.md
vendored
7
.github/ISSUE_TEMPLATE/---feature-request.md
vendored
|
@ -1,9 +1,10 @@
|
|||
---
|
||||
name: "\U0001F914 Feature request"
|
||||
about: Please use discussions instead of issues for feature requests
|
||||
title: ""
|
||||
labels: ""
|
||||
assignees: ""
|
||||
title: ''
|
||||
labels: ''
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
**DO NOT OPEN AN ISSUE FOR FEATURE REQUESTS**
|
||||
|
|
48
.github/ISSUE_TEMPLATE/🛠️-self-hosting-issue.md
vendored
Normal file
48
.github/ISSUE_TEMPLATE/🛠️-self-hosting-issue.md
vendored
Normal file
|
@ -0,0 +1,48 @@
|
|||
---
|
||||
name: "\U0001F6E0️ Self-Hosting Issue"
|
||||
about: Report an issue with your self-hosted Rallly instance
|
||||
title: ''
|
||||
labels: "\U0001F6E0️ self-hosted"
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
**1. Describe the Issue**
|
||||
|
||||
A clear and concise description of what the issue is.
|
||||
|
||||
**2. To Reproduce**
|
||||
|
||||
How did you encounter the issue? Provide clear reproducible steps if possible.
|
||||
|
||||
**3. Expected Behavior**
|
||||
|
||||
A clear and concise description of what you expected to happen.
|
||||
|
||||
**4. Actual Behavior**
|
||||
|
||||
A clear and concise description of what actually happened. If an error message was displayed, please include the full text.
|
||||
|
||||
**5. Screenshots or Error Logs**
|
||||
|
||||
If applicable, add screenshots to help explain your problem.
|
||||
|
||||
**For server-side errors or database migration issues, please provide relevant logs:**
|
||||
- **Application Logs:** (e.g., Docker container logs for Rallly)
|
||||
- **Database Logs:** (e.g., PostgreSQL logs showing the error, especially for migration failures)
|
||||
|
||||
**6. Environment (please complete the following information):**
|
||||
|
||||
* **Rallly Version:** [e.g., v4.0.0, or "Upgrading from v3.11.2 to v4.0.0"]
|
||||
* **Deployment Method:** [e.g., Official Docker Image, Built from Source, etc.]
|
||||
* **Operating System (hosting Rallly):** [e.g., Ubuntu 22.04, Windows Server 2019, Synology DSM]
|
||||
* **Database Type & Version:** [e.g., PostgreSQL 14.5]
|
||||
* **Reverse Proxy (if any):** [e.g., Nginx, Caddy, Traefik, None]
|
||||
* **Browser (if UI issue):** [e.g., Chrome 110, Firefox 109]
|
||||
|
||||
**7. Additional Context**
|
||||
|
||||
Add any other context about the problem here. For example:
|
||||
* Did this start happening after an upgrade?
|
||||
* Is it intermittent or always reproducible?
|
||||
* Are you using any custom configurations?
|
Loading…
Add table
Add a link
Reference in a new issue