|
| 1 | +--- |
| 2 | +name: Bug Report |
| 3 | +about: Report a bug or unexpected behavior in Macaron. |
| 4 | +title: "[Bug] - [Describe Issue]" |
| 5 | +labels: bug, triage |
| 6 | +assignees: '' |
| 7 | +--- |
| 8 | + |
| 9 | +### Description |
| 10 | +Please provide a clear and concise description of the issue you're experiencing with Macaron. Be as detailed as possible about the problem. |
| 11 | + |
| 12 | +### Steps to Reproduce |
| 13 | +Please list the steps required to reproduce the issue: |
| 14 | + |
| 15 | +1. **Step 1**: [Describe the first step] |
| 16 | +2. **Step 2**: [Describe the second step] |
| 17 | +3. **Step 3**: [Describe the third step] |
| 18 | +4. [Continue adding steps if necessary] |
| 19 | + |
| 20 | +### Expected Behavior |
| 21 | +What were you expecting to happen? |
| 22 | + |
| 23 | +### Actual Behavior |
| 24 | +What actually happened? Please include any error messages, logs, or unexpected behavior you observed. |
| 25 | + |
| 26 | +### Debug Information |
| 27 | +Please run the command again with the `--verbose` option to provide debug information. This will help us diagnose the issue more effectively. You can add this option to the command like this: |
| 28 | + |
| 29 | +```shell |
| 30 | +./run_macaron.sh --verbose [other options] |
| 31 | +``` |
| 32 | + |
| 33 | +Attach the debug output here if possible. |
| 34 | + |
| 35 | +### Environment Information |
| 36 | +To assist with troubleshooting, please provide the following information about your environment: |
| 37 | + |
| 38 | +Operating System: (e.g., Ubuntu 20.04, macOS 11.2) |
| 39 | + |
| 40 | +Bash Version: (Run bash --version to get the version) |
| 41 | + |
| 42 | +Docker or Podman Version: (Run docker --version to get the version) |
| 43 | + |
| 44 | +Macaron Version: (If available, please specify the Macaron version you're using) |
| 45 | + |
| 46 | +Additional Information: (Any other relevant details, such as hardware or network environment, such as proxies) |
| 47 | + |
| 48 | +### Screenshots or Logs |
| 49 | +If applicable, please provide screenshots or logs that illustrate the bug. |
| 50 | + |
| 51 | +### Additional Information |
| 52 | +Any other information that might be useful to identify or fix the bug. For example: |
| 53 | + |
| 54 | +Any steps that worked around the issue |
| 55 | + |
| 56 | +Specific configurations or files that may be relevant |
0 commit comments