svgl/.github/ISSUE_TEMPLATE/feature_request.md

50 lines
846 B
Markdown
Raw Normal View History

---
name: 🚧 Bug Report
about: Report an issue or bug in the project
title: '[🚧 Bug]: Issue title'
labels: bug
---
## Description
**What is the issue?**
Provide a clear and concise description of the problem. Include details about what you expected to happen and what actually happened.
---
## Steps to Reproduce
**1.** Step 1
**2.** Step 2
**3.** Step 3
Provide detailed instructions to help us reproduce the issue.
---
## Expected Behavior
What should have happened instead of the issue?
---
## Screenshots
If applicable, add screenshots or videos to help explain the problem.
---
## Additional Information
**Project version:**
Specify the project version or commit hash you are using.
**Environment details:**
- OS:
- Browser (if applicable):
- Node.js version (if applicable):
- Any other relevant details:
---