This repository has been archived on 2022-10-07. You can view files and clone it, but cannot push or open issues or pull requests.
skynet-webportal/.github/pull_request_template.md

24 lines
682 B
Markdown
Raw Normal View History

2021-09-02 20:41:28 +00:00
# PULL REQUEST
## Overview
## Example for Visual Changes
<!--
For user facing features please provide proof that the format is as expected.
Screen shots and/or asciinema recordings are very helpful.
-->
## Checklist
Review and complete the checklist to ensure that the PR is complete before assigned to an approver.
- [ ] All new methods or updated methods have clear docstrings
- [ ] Testing added or updated for new methods
- [ ] Verify if any changes impact the WebPortal Health Checks
- [ ] Approriate documentation updated
- [ ] Changelog file created
## Issues Closed
<!--
Use the `Closes` keyword to automatically close the issue on merge.
Example: Closes #XXXX
-->