Files
pi-hosted/.github/pull_request_template.md
2021-10-12 18:42:20 -05:00

44 lines
1.2 KiB
Markdown

<!-- The title of the pull request should be a short description of what was done. -->
<!-- You can remove any parts of this template not applicable to your Pull Request. -->
# Summary
<!-- A short summary describing what was done... -->
# Why This Is Needed
<!-- Explain why this change is needed. Can be omitted if covered in the summary. -->
# What Changed
<!-- A detailed list of all the changes made, broken down by category. -->
## Added
<!-- What was added? -->
## Changed
<!-- Did any functionality change? -->
## Fixed
<!-- Were any bugs fixed? -->
## Removed
<!-- Was anything removed? -->
# Screenshots
<!-- Please include screenshots of any new features to show how it works. -->
# Checklist
<!-- You can erase any parts of this template not applicable to your Pull Request. -->
- [ ] Have you checked to ensure there aren't other open [Pull Requests](../../../pulls) for the same update/change?
- [ ] Does your submission pass tests?
- [ ] Have you linted your code locally prior to submission?
- [ ] Have you added an explanation of what your changes do and why you'd like us to include them?
- [ ] Have you updated documentation, as applicable?