Skip to content

Commit 04145a7

Browse files
committed
Minor rephrase of the issue templates
1 parent 65663ee commit 04145a7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/ISSUE_TEMPLATE/01-bug-report.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ body:
1212
id: version
1313
attributes:
1414
label: Version
15-
description: What version of B2S Server are you using?
15+
description: What version of B2S Server are you using? Please confirm the same behaviour in the latest release!
1616
placeholder: 2.1.2
1717
validations:
1818
required: true
@@ -31,7 +31,7 @@ body:
3131
- type: textarea
3232
id: expected
3333
attributes:
34-
label: Expected behavior ✅
34+
label: Expected behavior and solution proposal
3535
description: A clear and concise description of what you expected to happen.
3636
validations:
3737
required: false

.github/ISSUE_TEMPLATE/02-feature-request.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ body:
1212
id: version
1313
attributes:
1414
label: Version
15-
description: What version of B2S Server are you using?
15+
description: What version of B2S Server are you using? Please confirm the same behaviour in the latest release!
1616
placeholder: 2.1.2
1717
validations:
1818
required: true
@@ -31,7 +31,7 @@ body:
3131
- type: textarea
3232
id: solution
3333
attributes:
34-
label: Describe the solution you'd like
34+
label: Expected behavior and solution proposal
3535
description: A clear and concise description of what you expected to happen.
3636
validations:
3737
required: true

0 commit comments

Comments
 (0)