feat: initial commit

This commit is contained in:
Wanjohi
2024-03-29 08:55:02 +03:00
commit 601c268a39
10 changed files with 1077 additions and 0 deletions

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

@@ -0,0 +1,12 @@
## Description
**What(what issue does this code solve/what feature does it add):**
**How(how does it solve it):**
## Required Checklist:
- [ ] I have added any necessary documentation and comments in my code (where appropriate)
- [ ] I have added tests to make sure my code runs in all contexts
## Further comments