First Commit of this repository

This commit is contained in:
JoAnn Manges
2021-10-16 23:10:38 -04:00
parent afdb8fb379
commit 1ee27e21e8
17 changed files with 490 additions and 0 deletions

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

@ -0,0 +1,27 @@
---
name: pull request
about: Open a pull request.
title: "Title (open a pull request Title)"
labels: ''
assignees: ''
---
### Requirements
* Filling out this template is required. Pull Requests without a clear description may be closed at the maintainers' discretion.
### Description
<!--
We must be able to understand your proposed change from this description. If we can't understand what the code will do from this description, the Pull Request may be closed at the maintainers' discretion. Keep in mind that the maintainer reviewing this PR may not be familiar with or have worked with the code recently, so please walk us through the concepts.
-->
### Benefits
<!-- What does this fix or improve? -->
### Related Issues
<!-- Whether this fixes a bug or fulfills a feature request, please list any related Issues here. -->