From d419a9dd9c0d3b65f937f1d3ca30500188b08118 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krzysztof=20=C5=BBuraw?= <9116238+krzysztofzuraw@users.noreply.github.com> Date: Thu, 1 Jun 2023 11:49:40 +0200 Subject: [PATCH] Fix issue templates (#3714) --- .github/ISSUE_TEMPLATE/bug_report.yml | 2 +- .github/ISSUE_TEMPLATE/rfc.yaml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 659b65e67..b1f10e75d 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -1,6 +1,6 @@ name: Bug report description: Create a report to help us improve -title: "" +title: "[Bug]: " labels: ["bug"] body: diff --git a/.github/ISSUE_TEMPLATE/rfc.yaml b/.github/ISSUE_TEMPLATE/rfc.yaml index d03f451b6..aa853b98f 100644 --- a/.github/ISSUE_TEMPLATE/rfc.yaml +++ b/.github/ISSUE_TEMPLATE/rfc.yaml @@ -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,8 +37,8 @@ body: description: Define Acceptance Criteria placeholder: | - As user I should ... - - As develoer I can ... - - When the user switches X to Y, the Z should be displayed... + - As developer I can ... + - When the user switches X to Y, the Z should be displayed... render: Markdown validations: required: true