opensourcify

This commit is contained in:
Jarrod Watts
2026-01-03 19:07:42 +11:00
parent fcaa8da6d6
commit ff79ceba89
15 changed files with 227 additions and 4 deletions

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

@@ -0,0 +1,11 @@
## Summary
## Testing
- [ ] `npm test`
- [ ] `npm run test:coverage`
## Checklist
- [ ] Tests updated or not needed
- [ ] Docs updated if behavior changed