|
| 1 | +--- |
| 2 | +name: Bug Report |
| 3 | +about: Use this template for reporting bugs. |
| 4 | +title: "[Bug]: [DATE]" |
| 5 | +labels: bug, needs triage |
| 6 | +assignees: [your GitHub username] |
| 7 | + |
| 8 | +--- |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | +<!-- |
| 13 | +🐞 Welcome to the Bug Report! 🐛 |
| 14 | +
|
| 15 | +Please provide detailed information to help us identify and reproduce the issue you encountered. |
| 16 | +
|
| 17 | +Before you proceed, make sure to search existing issues to avoid duplicates. |
| 18 | +
|
| 19 | +Fill in the sections below. You can remove any sections that are not applicable to your bug report. |
| 20 | +
|
| 21 | +Please use the following format for the title: [Bug] Brief description of the issue |
| 22 | +
|
| 23 | +--> |
| 24 | + |
| 25 | +## Description 📝 |
| 26 | + |
| 27 | +[Write a brief description of the issue here] |
| 28 | + |
| 29 | +## Steps to Reproduce 🔄 |
| 30 | + |
| 31 | +[Outline the steps to reproduce the issue] |
| 32 | + |
| 33 | +1. [Step 1] |
| 34 | +2. [Step 2] |
| 35 | +3. [Step 3] |
| 36 | +... |
| 37 | + |
| 38 | +## Expected Behavior ✨ |
| 39 | + |
| 40 | +[Describe what you expected to happen] |
| 41 | + |
| 42 | +## Actual Behavior ❌ |
| 43 | + |
| 44 | +[Describe what actually happened] |
| 45 | + |
| 46 | +## Screenshots 📷 |
| 47 | + |
| 48 | +[If applicable, add screenshots to help explain the issue] |
| 49 | + |
| 50 | +## Environment 🌍 |
| 51 | + |
| 52 | +- Operating System: [e.g., Windows 10, macOS Big Sur] |
| 53 | +- Browser/Device: [e.g., Chrome, iPhone 12] |
| 54 | +- Version/Build: [e.g., 1.0.0, 2021-09-30] |
| 55 | + |
| 56 | +## Additional Information ℹ️ |
| 57 | + |
| 58 | +[Add any additional information about the issue here] |
| 59 | + |
| 60 | +<!-- |
| 61 | +🚨 Thank you for reporting the bug! |
| 62 | +Your input helps us improve our application. |
| 63 | +We will investigate the issue and provide updates as soon as possible. |
| 64 | +--> |
| 65 | + |
0 commit comments