Skip to content

Commit e0af137

Browse files
authored
text updates as suggested by @nvazquez
1 parent 38c4cd6 commit e0af137

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/ISSUE_TEMPLATE/bug.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,18 +17,18 @@
1717
description: "Thank you for reporting a bug!"
1818
name: bug
1919
title: "[SHORT PROBLEM DESCRIPTION]"
20-
labels: issue, needs-testing
20+
labels: bug, needs-triageing
2121
body:
2222
- type: markdown
2323
attributes:
2424
value: "## Welcome, please describe your problem below;"
2525
- type: textarea
2626
attributes:
2727
label: problem
28-
value: the long description of your problem
28+
value: The long description of your problem
2929
- type: textarea
3030
attributes:
31-
label: reproduction steps
31+
label: The steps to reproduce the bug
3232
value: |
3333
1.
3434
2.

.github/ISSUE_TEMPLATE/feature_request.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ labels: new
2121
body:
2222
- type: textarea
2323
attributes:
24-
label: "As a User/Admin/Operator I would like to ..."
25-
value: the long description of your functionality
24+
label: "The required feature described as a wish"
25+
value: As a User/Admin/Operator I would like to , ... have the system make my morning coffee.

0 commit comments

Comments
 (0)