diff --git a/.github/pull-request-template.md b/.github/pull-request-template.md index 3478b9b59f41..f2768488c641 100644 --- a/.github/pull-request-template.md +++ b/.github/pull-request-template.md @@ -17,9 +17,13 @@ Fixes: ## **Manual testing steps** -1. Go to this page... -2. -3. +```gherkin +Feature: my feature name + Scenario: user [verb for user action] + Given [describe expected initial app state] + When user [verb for user action] + Then [describe expected outcome] +``` ## **Screenshots/Recordings**