.github/PULL_REQUEST_TEMPLATE.md
<!--
Thank you for opening a pull request! 🎉
Before marking the PR ready for review, please make sure that:
- The pull request has a descriptive but not verbose title
- The description links to any existing issues
- The testing instructions are clear
- The code you submit has the necessary documentation
- You complete everything in the "Checklist" section
-->
## Description
Describe what this pull request changes, and why.
## Dependencies
* _List of the dependencies for this change, otherwise omit this section._
## Screenshots
Screenshots if applicable, otherwise omit this section.
## Testing instructions
Please provide detailed step-by-step instructions for testing this change.
## Checklist
- [ ] I have read and understood the [Developer's Certificate of Origin] and
added `Signed-off-by: <YOUR NAME>` to the commit trail where `<YOUR NAME>` is
my name.
<!-- Links -->
[Developer's Certificate of Origin]: https://github.com/opcotech/elemo/blob/main/CONTRIBUTING.md#developers-certificate-of-origin