Commit messages are important because they will be used to build list of items included in Errata when the deployment driver container image is built and QE will use that list to figure out what to test before the image is published.
For user facing features or fixes make sure Jira item number AAP-nnnnn is included in the commit message(s)
For other changes, like unit tests or code refactoring, do not include Jira item numbers
PR task checklist
[ ] I have used appropriate commit messages based on section above
[ ] I have performed a self-review of my code
[ ] I have followed code style guidelines of this project
[ ] I have commented my code, particularly in hard-to-understand areas
[ ] I have made corresponding changes to the documentation
[ ] I have added thorough tests
[ ] I have had a successful deployment with the changes in this PR
This PR adds a template for future PRs.
Jira: https://issues.redhat.com/browse/AAP-19198
The empty template is shown below the line.
Description
This PR ...
Commit message reminder
Commit messages are important because they will be used to build list of items included in Errata when the deployment driver container image is built and QE will use that list to figure out what to test before the image is published.
AAP-nnnnn
is included in the commit message(s)PR task checklist
Jira
This PR is for JIRA item: https://issues.redhat.com/browse/AAP-NNNN
Testing
Steps to test
Expected result
With the changes in this PR you will see ...
Screenshots / Console output / Logs