From 995f969d89d2b05b8deb543918ce776b6985cf54 Mon Sep 17 00:00:00 2001 From: Bohdan Triapitsyn Date: Wed, 17 Dec 2025 19:15:50 +0200 Subject: [PATCH] fix: improve wording in issue templates for clarity and consistency --- .github/ISSUE_TEMPLATE/bug_report.yml | 13 +------------ .github/ISSUE_TEMPLATE/feature_request.yml | 4 ++-- 2 files changed, 3 insertions(+), 14 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 5e522853..d05e5947 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -5,23 +5,12 @@ body: - type: textarea id: what attributes: - label: What’s wrong? + label: What’s wrong? Maybe some steps to reproduce. description: What happened and what you expected. placeholder: "Expected … but got …" validations: required: true - - type: textarea - id: steps - attributes: - label: Steps to reproduce - placeholder: | - 1. - 2. - 3. - validations: - required: true - - type: dropdown id: runtime attributes: diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 3ef2da8d..bd4ad7ba 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -6,9 +6,9 @@ body: id: request attributes: label: What should we add/change? - description: What you’re trying to do + what you’d like to happen. + description: What you're trying to do + what you'd like to happen. placeholder: | - I’m trying to … + I'm trying to … It would be great if OpenChamber … validations: