* 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>
### What does this PR do?
Updates the PR template to indicate that we should only upload a
screenshot / screencast if it is UI related, as code-related changes
cannot be shown graphically.
### Screenshot/screencast of this PR
<!-- If code-replated, include a screenshot or
a screencast explaining this PR -->
N/A
### What issues does this PR fix or reference?
<!-- Include any related issues from Podman Desktop
repository (or from another issue tracker). -->
N/A
### How to test this PR?
<!-- Explain steps to reproduce -->
N/A
Signed-off-by: Charlie Drage <charlie@charliedrage.com>
### What does this PR do?
Fix the length of the template so the width is under 100 characters.
Each time that you run the 'verify' git scripts, it complains about the
comments being too long. So you always have to remove the "Include any
related issues" part.
### Screenshot/screencast of this PR
<!-- Please include a screenshot or a screencast
explaining what is doing this PR -->
N/A
### What issues does this PR fix or reference?
<!-- Include any related issues from Podman Desktop
repository (or from another issue tracker). -->
N/A
### How to test this PR?
N/A
<!-- Please explain steps to reproduce -->
Signed-off-by: Charlie Drage <charlie@charliedrage.com>
Provides PR template to match 'recommended community standards'
Change-Id: Ib68ecb1b4fcea5fda84a9e4480cdde87208e477b
Signed-off-by: Florent Benoit <fbenoit@redhat.com>