zebra/.github/pull_request_template.md

48 lines
1017 B
Markdown
Raw Normal View History

<!--
Thank you for your Pull Request.
Please provide a description above and fill in the information below.
Contributors guide: https://zebra.zfnd.org/CONTRIBUTING.html
-->
## Motivation
<!--
Explain the context and why you're making that change.
What is the problem you're trying to solve?
If there's no specific problem, what is the motivation for your change?
-->
## Solution
<!--
Summarize the solution and provide any necessary context needed to understand
the code change.
If this PR implements parts of a design RFC or ticket, list those parts here.
-->
The code in this pull request has:
- [ ] Documentation Comments
- [ ] Unit Tests and Property Tests
## Review
<!--
How urgent is this code review?
Is this PR blocking any other work?
If you want a specific reviewer for this PR, tag them here.
-->
## Related Issues
<!--
Please link to any existing GitHub issues pertaining to this PR.
-->
## Follow Up Work
<!--
Is there anything missing from the solution?
What still needs to be done?
-->