Skip to content

Commit 93441f2

Browse files
committed
Add screenshot section to PR template
1 parent daede6d commit 93441f2

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/ISSUE_TEMPLATE/pull_request_template.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@ If you are using poetry, you can easily run tests via:
2828
`poetry run python tests/e2e_tests.py -t $TARGET -u $USER -p $PASSWORD`
2929
There are additional options like `--errors` to display ALL errors (some may not be failures), `--poetry` (output will include the poetry run prepended), `--line-num $START-$END $SINGLE` for only running a subset
3030

31+
## Screenshots (if appropriate):
32+
Screenshots are always nice to have and can give a visual representation of the change.
33+
If appropriate include before and after screenshot(s) to show which results are to be expected.
34+
3135
## Checklist:
3236

3337
- [ ] I have ran Ruff against my changes (via poetry: `poetry run python -m ruff check . --preview`, use `--fix` to automatically fix what it can)

0 commit comments

Comments
 (0)