Fix issue templates (#3714)
This commit is contained in:
parent
f4da8daa90
commit
d419a9dd9c
2 changed files with 5 additions and 5 deletions
2
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
2
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
|
@ -1,6 +1,6 @@
|
||||||
name: Bug report
|
name: Bug report
|
||||||
description: Create a report to help us improve
|
description: Create a report to help us improve
|
||||||
title: ""
|
title: "[Bug]: "
|
||||||
labels: ["bug"]
|
labels: ["bug"]
|
||||||
|
|
||||||
body:
|
body:
|
||||||
|
|
4
.github/ISSUE_TEMPLATE/rfc.yaml
vendored
4
.github/ISSUE_TEMPLATE/rfc.yaml
vendored
|
@ -1,5 +1,5 @@
|
||||||
name: RFC
|
name: RFC
|
||||||
description: Start gathering informations regarding new functionality
|
description: Start gathering information regarding new functionality
|
||||||
title: "[RFC]: "
|
title: "[RFC]: "
|
||||||
labels: [RFC]
|
labels: [RFC]
|
||||||
assignees:
|
assignees:
|
||||||
|
@ -37,7 +37,7 @@ body:
|
||||||
description: Define Acceptance Criteria
|
description: Define Acceptance Criteria
|
||||||
placeholder: |
|
placeholder: |
|
||||||
- As user I should ...
|
- As user I should ...
|
||||||
- As develoer I can ...
|
- As developer I can ...
|
||||||
- When the user switches X to Y, the Z should be displayed...
|
- When the user switches X to Y, the Z should be displayed...
|
||||||
render: Markdown
|
render: Markdown
|
||||||
validations:
|
validations:
|
||||||
|
|
Loading…
Reference in a new issue