|
1 | 1 | --- |
2 | 2 | name: Bug report |
3 | 3 | about: Create a report to help us improve |
4 | | -title: "[BUG]" |
| 4 | +title: "[BUG] <brief summary>" |
5 | 5 | labels: bug |
6 | 6 | assignees: '' |
7 | | - |
8 | 7 | --- |
9 | 8 |
|
10 | | -**Describe the bug** |
11 | | -A clear and concise description of what the bug is. |
| 9 | +<!-- |
| 10 | +Thank you for reporting a bug! Please fill out the sections below to help us resolve the issue. |
| 11 | +--> |
| 12 | + |
| 13 | +## Describe the bug |
| 14 | +_A clear and concise description of what the bug is._ |
12 | 15 |
|
13 | | -**To Reproduce** |
14 | | -Steps to reproduce the behavior: |
| 16 | +## To Reproduce |
| 17 | +_Steps to reproduce the behavior:_ |
15 | 18 | 1. Go to '...' |
16 | | -2. Click on '....' |
17 | | -3. Deploy the following scenario '....' |
| 19 | +2. Click on '...' |
| 20 | +3. Deploy the following scenario '...' |
18 | 21 | 4. See error |
19 | 22 |
|
20 | | -**Expected behavior** |
21 | | -A clear and concise description of what you expected to happen. |
| 23 | +## Expected behavior |
| 24 | +_A clear and concise description of what you expected to happen._ |
| 25 | + |
| 26 | +## Screenshots |
| 27 | +_If applicable, add screenshots to help explain your problem._ |
| 28 | + |
| 29 | +## Logs, Error Messages, or Stack Traces |
| 30 | +_If applicable, please paste relevant logs, error messages, or stack traces here. Use code blocks (```) for readability._ |
22 | 31 |
|
23 | | -**Screenshots** |
24 | | -If applicable, add screenshots to help explain your problem. |
| 32 | +## Environment (please complete the following information): |
| 33 | +- OS: [e.g. MacOS, Windows 11] |
| 34 | +- Python version: [e.g. 3.10, 3.11] |
| 35 | +- Affected component(s): [e.g. Frontend, Controller, Core, etc.] |
25 | 36 |
|
26 | | -**Desktop (please complete the following information):** |
27 | | - - OS: [e.g. MacOS, Windows 11] |
28 | | - - Python version [e.g. 3.10, 3.11] |
| 37 | +## Additional context |
| 38 | +_Add any other context about the problem here._ |
29 | 39 |
|
30 | | -**Additional context** |
31 | | -Add any other context about the problem here. |
| 40 | +<!-- |
| 41 | +Before submitting, please: |
| 42 | +- Search existing issues to avoid duplicates. |
| 43 | +- Remove any sensitive information. |
| 44 | +--> |
0 commit comments