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: