Adding documentation describing how the project is managed, and adding a few scripts to assist with this

This commit is contained in:
Blake McAnally 2024-06-29 15:21:42 -05:00
parent cd1b25e0c5
commit d469a89a98
9 changed files with 780 additions and 502 deletions

21
.github/pull_request_template.md vendored Normal file
View file

@ -0,0 +1,21 @@
## What changed?
<!-- Provide a clear description for the change -->
## Why did it change?
<!--A brief overview of why the change being added. Explain the functionality and its intended purpose. -->
## How is this tested?
<!-- Describe your approach to testing the feature. -->
## Screenshots/Videos (when applicable)
<!-- Attach screenshots or videos demonstrating the new feature in action. -->
## Checklist
- [ ] My code adheres to the project's coding and style guidelines.
- [ ] I have conducted a self-review of my code.
- [ ] I have commented my code, particularly in complex areas.
- [ ] I have made corresponding changes to the documentation.
- [ ] I have tested the change to ensure that it works as intended.