Skip to content

Commit

Permalink
docs: update issue templates to use exit criteria
Browse files Browse the repository at this point in the history
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#
  • Loading branch information
blackfalcon committed Sep 12, 2023
1 parent 60adde4 commit 67d8703
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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."
6 changes: 6 additions & 0 deletions .github/ISSUE_TEMPLATE/general-support.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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."

0 comments on commit 67d8703

Please sign in to comment.