|
1 | | -name: 🐛 Bug report |
2 | | -description: Something is not working correctly. |
3 | | -title: "🐛 <title>" |
| 1 | +# Copyright (c) 2023 - 2025 Chair for Design Automation, TUM |
| 2 | +# Copyright (c) 2025 Munich Quantum Software Company GmbH |
| 3 | +# All rights reserved. |
| 4 | +# |
| 5 | +# SPDX-License-Identifier: MIT |
| 6 | +# |
| 7 | +# Licensed under the MIT License |
| 8 | + |
| 9 | +name: 🐛 Bug Report |
| 10 | +description: Report a problem or unexpected behavior |
| 11 | +title: "🐛 <brief description of the issue>" |
4 | 12 | body: |
5 | 13 | - type: markdown |
6 | 14 | attributes: |
7 | 15 | value: >- |
8 | | - **Thank you for wanting to report a bug for this project!** |
9 | | -
|
10 | | - ⚠ |
11 | | - Verify first that your issue is not [already reported on GitHub](https://github.com/cda-tum/mqt-qmap/search?q=is%3Aissue&type=issues). |
| 16 | + **Thanks for taking the time to report an issue!** |
12 | 17 |
|
13 | | - If you have general questions, please consider [starting a discussion](https://github.com/cda-tum/mqt-qmap/discussions). |
| 18 | + ⚠ Before submitting: |
| 19 | + 1. Search [existing issues](https://github.com/munich-quantum-toolkit/qmap/search?q=is%3Aissue&type=issues) to avoid duplicates |
| 20 | + 2. For questions or discussions, please use our [discussions forum](https://github.com/munich-quantum-toolkit/qmap/discussions) |
14 | 21 | - type: textarea |
15 | 22 | attributes: |
16 | | - label: Environment information |
17 | | - description: >- |
18 | | - Please provide information about your environment. For example, OS, C++ compiler, mqt.qmap version etc. |
| 23 | + label: System Information |
| 24 | + description: Please provide details about your environment |
19 | 25 | placeholder: | |
20 | | - - OS: |
21 | | - - C++ compiler: |
22 | | - - mqt.core version: |
23 | | - - Additional environment information: |
| 26 | + - Operating System (including version): |
| 27 | + - MQT QMAP version: |
| 28 | + - Python/C++ compiler version (if applicable): |
| 29 | + - Any relevant dependencies and their versions: |
24 | 30 | validations: |
25 | 31 | required: true |
26 | 32 | - type: textarea |
27 | 33 | attributes: |
28 | | - label: Description |
29 | | - description: A clear and concise description of what the bug is. |
| 34 | + label: Bug Description |
| 35 | + description: Provide a clear and detailed explanation of the issue you're experiencing. |
| 36 | + placeholder: | |
| 37 | + What happened? |
| 38 | + What did you expect to happen instead? |
| 39 | + Include any error messages or unexpected behavior you observed. |
30 | 40 | validations: |
31 | 41 | required: true |
32 | 42 | - type: textarea |
33 | 43 | attributes: |
34 | | - label: Expected behavior |
35 | | - description: A clear and concise description of what you expected to happen. |
36 | | - - type: textarea |
37 | | - attributes: |
38 | | - label: How to Reproduce |
39 | | - description: Please provide steps to reproduce this bug. |
| 44 | + label: Steps to Reproduce |
| 45 | + description: Provide specific steps to reproduce this issue |
40 | 46 | placeholder: | |
41 | | - 1. Get package from '...' |
42 | | - 2. Then run '...' |
43 | | - 3. An error occurs. |
| 47 | + 1. Set up environment with '...' |
| 48 | + 2. Configure workflow using '...' |
| 49 | + 3. Execute command '...' |
| 50 | + 4. Observe error/issue: '...' |
| 51 | +
|
| 52 | + Include any relevant code snippets, workflow configurations, or input files that help demonstrate the problem. |
44 | 53 | validations: |
45 | 54 | required: true |
0 commit comments