Create pull_request_template.md

This commit is contained in:
Matthew Sevey 2021-09-02 16:41:28 -04:00 committed by GitHub
parent d22acae141
commit 4eb426d33e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 32 additions and 0 deletions

32
.github/pull_request_template.md vendored Normal file
View File

@ -0,0 +1,32 @@
---
name: Pull Request
about: Base Pull Request Template
title: ''
labels: ''
assignees: ''
---
# 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
-->