From 67d870395ab63d04cbbbab13ed8a425e5754b49d Mon Sep 17 00:00:00 2001 From: Dale Sande Date: Tue, 12 Sep 2023 16:21:04 -0700 Subject: [PATCH] docs: update issue templates to use exit criteria This commit updates all issue templates to use exit criteria like but report has already done. Changes to be committed: modified: .github/ISSUE_TEMPLATE/feature_request.yml modified: .github/ISSUE_TEMPLATE/general-support.yml# --- .github/ISSUE_TEMPLATE/feature_request.yml | 6 ++++++ .github/ISSUE_TEMPLATE/general-support.yml | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 964fc26..7e14e54 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -27,3 +27,9 @@ body: attributes: label: Additional context description: Add any other context or screenshots about the feature request here. + - type: textarea + id: exit-criteria + attributes: + label: Exit criteria + description: Define your issue's exit criteria + placeholder: "This issue can be closed once the error has been corrected. Any additional scope e.g. updates or refactors, should be discussed PRIOR to adding scope to this issue." diff --git a/.github/ISSUE_TEMPLATE/general-support.yml b/.github/ISSUE_TEMPLATE/general-support.yml index 5ea9442..4571fec 100644 --- a/.github/ISSUE_TEMPLATE/general-support.yml +++ b/.github/ISSUE_TEMPLATE/general-support.yml @@ -22,3 +22,9 @@ body: attributes: label: Additional context description: Add any other context or screenshots about the feature request here. + - type: textarea + id: exit-criteria + attributes: + label: Exit criteria + description: Define your issue's exit criteria + placeholder: "This issue can be closed once the error has been corrected. Any additional scope e.g. updates or refactors, should be discussed PRIOR to adding scope to this issue."