|
| 1 | +##################################################################### |
| 2 | +# SPDX-License-Identifier: CC0-1.0 |
| 3 | +# SPDX-FileType: OTHER |
| 4 | +# SPDX-FileCopyrightText: (c) 2022, OpenGateware authors and contributors |
| 5 | +##################################################################### |
| 6 | +name: "Bug Report" |
| 7 | +description: "Let us know about an unexpected error, a crash, or an incorrect behavior." |
| 8 | +title: 'Title of your Bug Report' |
| 9 | +labels: |
| 10 | + - bug |
| 11 | +assignees: |
| 12 | + - boogermann |
| 13 | +body: |
| 14 | + - type: markdown |
| 15 | + attributes: |
| 16 | + value: | |
| 17 | + Hi there, |
| 18 | +
|
| 19 | + Thank you for opening an issue. Please note that we try to keep the issue tracker reserved for bug reports. |
| 20 | + Make sure to [search for existing issues](https://github.com/opengateware/arcade-galaga/issues?q=label%3Abug) before filing a new one! |
| 21 | +
|
| 22 | + - type: input |
| 23 | + id: version |
| 24 | + attributes: |
| 25 | + label: Version (or build number) |
| 26 | + placeholder: "1.0.0" |
| 27 | + description: | |
| 28 | + You can find the version in the about dialog. |
| 29 | +
|
| 30 | + If you are not running the latest version, please try upgrading because your issue may have already been fixed. |
| 31 | + validations: |
| 32 | + required: true |
| 33 | + |
| 34 | + - type: textarea |
| 35 | + id: steps |
| 36 | + attributes: |
| 37 | + label: Steps to reproduce |
| 38 | + description: | |
| 39 | + Please list the full steps required to reproduce the issue |
| 40 | + placeholder: | |
| 41 | + - Be precise |
| 42 | + - Include exact data used during testing for easy reference |
| 43 | + - The steps have to be in the exact order |
| 44 | + - Mention pre-requisites when applicable |
| 45 | + validations: |
| 46 | + required: false |
| 47 | + |
| 48 | + - type: textarea |
| 49 | + id: expected_behavior |
| 50 | + attributes: |
| 51 | + label: Expected Behavior |
| 52 | + description: If you want to include screenshots, paste them into the markdown editor below or follow up with a separate comment. |
| 53 | + placeholder: What were you expecting? |
| 54 | + validations: |
| 55 | + required: false |
| 56 | + |
| 57 | + - type: textarea |
| 58 | + id: actual_behavior |
| 59 | + attributes: |
| 60 | + label: Actual Behavior |
| 61 | + placeholder: What happened instead? |
| 62 | + validations: |
| 63 | + required: true |
| 64 | + |
| 65 | + - type: textarea |
| 66 | + id: bug_context |
| 67 | + attributes: |
| 68 | + label: Additional Context |
| 69 | + description: | |
| 70 | + Are there anything atypical about your situation that we should know? |
| 71 | + validations: |
| 72 | + required: false |
| 73 | + |
| 74 | + - type: input |
| 75 | + id: bug_firmware |
| 76 | + attributes: |
| 77 | + label: Opened Issues and Pull Requests |
| 78 | + placeholder: "#1234" |
| 79 | + description: | |
| 80 | + Are there any other GitHub issues (open or closed) or Pull Requests that should be linked here? For example: #1234 |
| 81 | + validations: |
| 82 | + required: false |
0 commit comments