2024-10-02 12:02:50 -04:00
name : Bug report
2023-12-24 11:32:27 -05:00
description : Something isn't working quite right.
labels : [ bug]
body :
- type : markdown
attributes :
value : |
2024-10-02 12:02:50 -04:00
Bug reports should only be used for reporting issues with how the software works. For installation help or general support, please open a [discussion post](https://github.com/orgs/BlueprintFramework/discussions).
2023-12-24 19:23:28 -05:00
- type : textarea
attributes :
label : Current Behavior
description : Please provide a clear & concise description of the issue.
validations :
required : true
- type : textarea
attributes :
label : Expected Behavior
description : Please describe what you expected to happen.
validations :
required : true
- type : textarea
attributes :
label : Steps to Reproduce
description : Please be as detailed as possible when providing steps to reproduce, failure to provide steps will result in this issue being closed.
validations :
required : true
- type : input
id : blueprint-version
attributes :
label : Blueprint Version
2024-07-26 16:57:23 -04:00
description : Version ID of your Blueprint installation. (`blueprint -version`)
2024-10-02 12:02:50 -04:00
placeholder : beta-2024-08
2023-12-24 19:23:28 -05:00
validations :
required : true
- type : input
id : panel-version
attributes :
label : Panel Version
description : Version number of your Panel. (latest is not a version)
2024-07-26 16:57:23 -04:00
placeholder : 1.11 .7
2023-12-24 19:23:28 -05:00
validations :
required : true
- type : checkboxes
attributes :
label : Is there an existing issue for this?
2024-05-11 13:48:55 -04:00
description : Please [search here](https://github.com/BlueprintFramework/framework/issues) to see if an issue already exists for your problem.
2023-12-24 19:23:28 -05:00
options :
- label : I have searched the existing issues before opening this issue.
required : true
- label : I have provided all relevant details and tested my reproduction steps.
required : true
- label : I have checked to my best capabilities and believe this is a bug with the software, and not a configuration issue with my specific system.
required : true
2024-11-03 04:16:43 -05:00
- label : I have made sure to check that this bug is the fault of Blueprint and is not caused by stock Pelican.
2024-07-26 16:57:23 -04:00
required : true