feat ISSUE_TEMPLATE: update bugreport template

This commit is contained in:
Emma 2024-10-02 18:02:50 +02:00 committed by GitHub
parent 429c9226a9
commit 7ad986647f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,11 +1,11 @@
name: Bug Report name: Bug report
description: Something isn't working quite right. description: Something isn't working quite right.
labels: [bug] labels: [bug]
body: body:
- type: markdown - type: markdown
attributes: attributes:
value: | value: |
Bug reports should only be used for reporting issues with how the software works. For installation help or general support, please create a forum post in our [Discord community](https://discord.gg/RQQkdZQwEJ). 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).
- type: textarea - type: textarea
attributes: attributes:
@ -33,7 +33,7 @@ body:
attributes: attributes:
label: Blueprint Version label: Blueprint Version
description: Version ID of your Blueprint installation. (`blueprint -version`) description: Version ID of your Blueprint installation. (`blueprint -version`)
placeholder: beta-2024-07 placeholder: beta-2024-08
validations: validations:
required: true required: true