From a43075cabcfec181353e782abcbe3eafcb188ce3 Mon Sep 17 00:00:00 2001 From: Byron Ruth Date: Sat, 19 Aug 2023 06:33:19 -0400 Subject: [PATCH] Address typos Signed-off-by: Byron Ruth --- .github/ISSUE_TEMPLATE/defect.yml | 2 +- .github/ISSUE_TEMPLATE/proposal.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/defect.yml b/.github/ISSUE_TEMPLATE/defect.yml index a7f5e688..99b4800a 100644 --- a/.github/ISSUE_TEMPLATE/defect.yml +++ b/.github/ISSUE_TEMPLATE/defect.yml @@ -21,7 +21,7 @@ body: - type: textarea id: steps attributes: - label: Is this an defect that is reproducible? + label: Is this defect reproducible? description: Provide best-effort steps to showcase the defect. validations: required: true diff --git a/.github/ISSUE_TEMPLATE/proposal.yml b/.github/ISSUE_TEMPLATE/proposal.yml index b4ca7fb3..d7da0ca4 100644 --- a/.github/ISSUE_TEMPLATE/proposal.yml +++ b/.github/ISSUE_TEMPLATE/proposal.yml @@ -29,6 +29,6 @@ body: id: alternates attributes: label: What alternatives have you evaluated? - description: This could be using existing features or relaying on an external dependency. + description: This could be using existing features or relying on an external dependency. validations: required: false