|
| 1 | +name: Report a bug |
| 2 | +description: Report a bug in BCContainerhelper |
| 3 | +title: "[Bug]: " |
| 4 | +body: |
| 5 | + - type: markdown |
| 6 | + attributes: |
| 7 | + value: | |
| 8 | + Thanks for taking the time to fill out this bug report! |
| 9 | +
|
| 10 | + Before you create a new issue, please check the following: |
| 11 | + ✅ Make sure you can reproduce the issue on the [latest version](https://www.powershellgallery.com/packages/BcContainerHelper) of BCContainerhelper. |
| 12 | + 🔎 Search existing issues to avoid creating duplicates. |
| 13 | + 📖 Preview formatting to see that your scripts are readable. |
| 14 | + ⛔ Please do not include any passwords or tokens in your issue. |
| 15 | +
|
| 16 | + The more information you provide, and the more clear the repro steps are, the easier it will be for us to help you. |
| 17 | +
|
| 18 | + - type: input |
| 19 | + id: BCContainerhelper-version |
| 20 | + attributes: |
| 21 | + label: BCContainerhelper version |
| 22 | + description: The version of BCContainerhelper you are using. If you are not sure, run `Get-Module BCContainerHelper` in PowerShell. |
| 23 | + placeholder: For example 6.1.0 |
| 24 | + validations: |
| 25 | + required: true |
| 26 | + |
| 27 | + - type: textarea |
| 28 | + id: describe-the-issue |
| 29 | + attributes: |
| 30 | + label: Describe the issue |
| 31 | + description: A clear and concise description of what the issue is |
| 32 | + placeholder: Describe the issue |
| 33 | + validations: |
| 34 | + required: true |
| 35 | + |
| 36 | + - type: textarea |
| 37 | + id: script-repro |
| 38 | + attributes: |
| 39 | + label: Command or script used to produce the issue |
| 40 | + description: BCContainerHelper command or script used to produce the issue |
| 41 | + placeholder: Script/Command used to produce the issue |
| 42 | + validations: |
| 43 | + required: true |
| 44 | + |
| 45 | + - type: textarea |
| 46 | + id: script-output |
| 47 | + attributes: |
| 48 | + label: Full output of the command or script |
| 49 | + description: Full output of the command or script used to produce the issue. Please make sure to remove any sensitive information such as passwords or tokens. |
| 50 | + placeholder: Full output of the command or script |
| 51 | + validations: |
| 52 | + required: true |
| 53 | + |
| 54 | + - type: textarea |
| 55 | + id: additional-information |
| 56 | + attributes: |
| 57 | + label: Additional information |
| 58 | + description: Any additional information that might be helpful in diagnosing the issue such as screen captures, logs, or other relevant details. |
| 59 | + placeholder: Additional information |
| 60 | + validations: |
| 61 | + required: false |
| 62 | + |
| 63 | + - type: dropdown |
| 64 | + id: frequency |
| 65 | + attributes: |
| 66 | + label: Does this happen every time? |
| 67 | + description: Does this issue occur every time you run the command or script? |
| 68 | + options: |
| 69 | + - "No" |
| 70 | + - "Yes" |
| 71 | + validations: |
| 72 | + required: true |
| 73 | + |
| 74 | + - type: dropdown |
| 75 | + id: used-to-work |
| 76 | + attributes: |
| 77 | + label: Did this used to work? |
| 78 | + description: Did this issue used to work in a previous version of BCContainerhelper? |
| 79 | + options: |
| 80 | + - "No" |
| 81 | + - "Yes" |
| 82 | + validations: |
| 83 | + required: true |
0 commit comments