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."