Create pull_request_template.md
This commit is contained in:
parent
d22acae141
commit
4eb426d33e
|
@ -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
|
||||||
|
-->
|
Reference in New Issue