|
| 1 | +name: Bug |
| 2 | +description: Open a bug report |
| 3 | +labels: ["bug"] |
| 4 | +body: |
| 5 | + - type: markdown |
| 6 | + attributes: |
| 7 | + value: | |
| 8 | + Thank you for taking the time to fill out this bug report. Please provide the following details so that we can resolve the issue in an efficient and appropriate manner. |
| 9 | + - type: markdown |
| 10 | + attributes: |
| 11 | + value: | |
| 12 | + By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/codeplaysoftware/oneapi-construction-kit/blob/main/CODE_OF_CONDUCT.md). |
| 13 | + - type: markdown |
| 14 | + attributes: |
| 15 | + value: | |
| 16 | + We ask that you check to see if a similar bug report has already been opened in [Issues](https://github.com/codeplaysoftware/oneapi-construction-kit/labels/bug). |
| 17 | + - type: input |
| 18 | + id: version |
| 19 | + attributes: |
| 20 | + label: Version |
| 21 | + description: What version(s) of the project are you using? |
| 22 | + placeholder: 2.0.0 |
| 23 | + validations: |
| 24 | + required: true |
| 25 | + - type: textarea |
| 26 | + id: expected |
| 27 | + attributes: |
| 28 | + label: What behaviour are you expecting? |
| 29 | + description: Describe the behaviour you're expecting from the project, including any relevant compilation options, runtime flags, input/output values, etc. |
| 30 | + placeholder: Describe the expected behaviour. |
| 31 | + validations: |
| 32 | + required: true |
| 33 | + - type: textarea |
| 34 | + id: actual |
| 35 | + attributes: |
| 36 | + label: What actual behaviour are you seeing? |
| 37 | + description: Describe the actual behaviour you're seeing from the project, including any relevant crash logs, error logs, test failures, incorrect output values, etc. |
| 38 | + placeholder: Describe the actual behaviour. |
| 39 | + validations: |
| 40 | + required: true |
| 41 | + - type: textarea |
| 42 | + id: steps |
| 43 | + attributes: |
| 44 | + label: What steps are required to reproduce the bug? |
| 45 | + description: Provide as much context as you can and describe the steps required to *reproduce* the bug, so that maintainers can recreate the issue. |
| 46 | + placeholder: Describe the steps to reproduce the bug. |
| 47 | + validations: |
| 48 | + required: true |
| 49 | + - type: textarea |
| 50 | + id: testcase |
| 51 | + attributes: |
| 52 | + label: Minimal test case |
| 53 | + description: If possible, provide a minimal test case demonstrating the bug. This should be a self-contained submission of code that will reproduce the bug without any extraneous effects, making it easier for us to isolate where the problem is. |
| 54 | + placeholder: Provide a minimal test case. |
| 55 | + validations: |
| 56 | + required: false |
| 57 | + - type: textarea |
| 58 | + id: extra |
| 59 | + attributes: |
| 60 | + label: Anything else we should know? |
| 61 | + description: If there's any other relevant information we should know that may help us in resolving your issue, please include it here. |
| 62 | + placeholder: Detail any other relevant information. |
| 63 | + validations: |
| 64 | + required: false |
0 commit comments