mirror of
https://github.com/podman-desktop/podman-desktop
synced 2026-04-21 09:37:22 +00:00
docs: update PR template to consider tests (#6005)
* docs: update PR template to consider tests, add checkbox for having test included Signed-off-by: Ondrej Dockal <odockal@redhat.com> Co-authored-by: Florent BENOIT <fbenoit@redhat.com>
This commit is contained in:
parent
dcfce02fcc
commit
552282a663
1 changed files with 6 additions and 3 deletions
9
.github/PULL_REQUEST_TEMPLATE.md
vendored
9
.github/PULL_REQUEST_TEMPLATE.md
vendored
|
|
@ -2,14 +2,17 @@
|
|||
|
||||
### Screenshot / video of UI
|
||||
|
||||
<!-- If this PR is changing UI, please include
|
||||
<!-- If this PR is changing UI, please include
|
||||
screenshots or screencasts showing the difference -->
|
||||
|
||||
### What issues does this PR fix or reference?
|
||||
|
||||
<!-- Include any related issues from Podman Desktop
|
||||
<!-- Include any related issues from Podman Desktop
|
||||
repository (or from another issue tracker). -->
|
||||
|
||||
### How to test this PR?
|
||||
|
||||
<!-- Please explain steps to reproduce -->
|
||||
<!-- Please explain steps to verify the functionality,
|
||||
do not forget to provide unit/component tests -->
|
||||
|
||||
- [ ] Tests are covering the bug fix or the new feature
|
||||
|
|
|
|||
Loading…
Reference in a new issue