feat ISSUE_TEMPLATE
: update bugreport template
This commit is contained in:
parent
429c9226a9
commit
7ad986647f
1 changed files with 3 additions and 3 deletions
6
.github/ISSUE_TEMPLATE/bug-report.yml
vendored
6
.github/ISSUE_TEMPLATE/bug-report.yml
vendored
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue