Skip to content

Latest commit

 

History

History
58 lines (37 loc) · 1.22 KB

bug_report.md

File metadata and controls

58 lines (37 loc) · 1.22 KB
name about title labels assignees
Bug report
Bug Report Template
[Short Description of the Bug]
bug

Environment:

  • Operating System:
  • Browser (if applicable):
  • Node Version:
  • Vite Version:
  • Vue3 Version:
  • Docker Version (if applicable):
  • Deployment Method (Vercel/Docker/Node):
  • Environment Variables (without sensitive info):
  • Any other relevant software versions:

Description:

Provide a clear and concise description of what the bug is.

Steps to Reproduce:

  1. Step one to reproduce
  2. Step two...
  3. ...

Expected Behavior:

Describe what you expected to happen.

Actual Behavior:

Describe what actually happened. Include screenshots or screen recordings if possible.

Terminal & Console Logs:

Important: Please include the terminal logs and browser console logs if applicable. These logs are crucial for identifying the root cause of the issue.

Terminal Logs (include any error messages or stack traces):

[Logs here]

Browser Console Logs (if frontend issue):

[Logs here]

Additional Context:

Add any other context about the problem here, like links to related issues, logs, etc.

Possible Solution (optional):

If you have an idea of how to fix the issue, please describe it here.