Initial Project

This commit is contained in:
Toni Martin
2026-02-25 13:16:14 +01:00
commit ca0022e250
73 changed files with 20166 additions and 0 deletions

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

@@ -0,0 +1,31 @@
Thank you for your pull request! Please provide the following information.
---
**Change Description**:
Describe what the PR is about.
1. **Do these changes impact any *npm scripts* commands (in package.json)?** (e.g., running 'npm run start')
If Yes, briefly describe what is impacted.
2. **Do these changes impact *VS Code debugging* options (launch.json)?**
If Yes, briefly describe what is impacted.
3. **Do these changes impact *template output*?** (e.g., add/remove file, update file location, update file contents)
If Yes, briefly describe what is impacted.
4. **Do these changes impact *documentation*?** (e.g., a tutorial on https://docs.microsoft.com/en-us/office/dev/add-ins/overview/office-add-ins)
If Yes, briefly describe what is impacted.
If you answered yes to any of these please do the following:
> Include 'Rick-Kirkham' in the review
> Make sure the README file is correct
**Validation/testing performed**:
Describe manual testing done.