From 28e92f0fc8cafb7de3257299d6f491ccad93ac75 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Tue, 1 Aug 2023 07:59:42 +0200 Subject: [PATCH] Sync with WeblateOrg/meta --- .github/ISSUE_TEMPLATE/bug_report.yml | 1 + .github/ISSUE_TEMPLATE/feature_request.yml | 6 ++++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 152b3d7..222d6aa 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -51,6 +51,7 @@ body: attributes: label: Expected behavior description: A clear and concise description of what you expected to happen. + placeholder: Tell us what you want to see! - type: textarea id: screenshots attributes: diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index b382807..c7114f3 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -20,14 +20,15 @@ body: description: > Is your feature request related to a problem? If so, please provide a clear and concise description of what the problem is. - Ex. I'm always frustrated when [...] + placeholder: I'm always frustrated when… validations: required: true - type: textarea - id: solition + id: solution attributes: label: Describe the solution you'd like description: A clear and concise description of what the new feature should do. + placeholder: I'd like to get… validations: required: true - type: textarea @@ -35,6 +36,7 @@ body: attributes: label: Describe alternatives you've considered description: A clear and concise description of any alternative solutions or features you've considered. + placeholder: The issue can also be addressed by… - type: textarea id: screenshots attributes: