Fix issue templates (#3714)

This commit is contained in:
Krzysztof Żuraw 2023-06-01 11:49:40 +02:00 committed by GitHub
parent f4da8daa90
commit d419a9dd9c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View file

@ -1,6 +1,6 @@
name: Bug report
description: Create a report to help us improve
title: ""
title: "[Bug]: "
labels: ["bug"]
body:

View file

@ -1,5 +1,5 @@
name: RFC
description: Start gathering informations regarding new functionality
description: Start gathering information regarding new functionality
title: "[RFC]: "
labels: [RFC]
assignees:
@ -9,7 +9,7 @@ body:
- type: textarea
id: introduction
attributes:
label: Short description of the feature
label: Short description of the feature
description: Provide short description of the future, its intention, what problem it solves.
placeholder: |
- What problem does it solve?
@ -37,7 +37,7 @@ body:
description: Define Acceptance Criteria
placeholder: |
- As user I should ...
- As develoer I can ...
- As developer I can ...
- When the user switches X to Y, the Z should be displayed...
render: Markdown
validations: