diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 7c3765db21f..ed8f1c99f5b 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -3,46 +3,21 @@ Thanks for opening a Pull Request (PR), here's a few guidelines as to what we ne Fixes: `` -## How did you solve the problem? +## Are there more details and context that will help us understand and review this pull request? - -## What should the reviewer focus on? - - - -## How to test this PR? - - - -### Test template (replace with a block for each scenario) - -1. Open http://olympia.test -2. Navigate to X -3. Click Button - -**expected**: You see a notification telling you the current time. - ## Check list - [ ] This PR relates to an existing open issue and there are no existing PRs open for the same issue. - [ ] The change has been successfully run locally. - [ ] Add tests to cover the changes added in this PR. +- [ ] Add a comment to the issue that describes how to manually test the changes you have made in this PR. - [ ] Add before and after screenshots (Only for changes that impact the UI).