Add CI workflows and repository templates
CI / ci (push) Successful in 2m28s

This commit is contained in:
2026-03-01 17:01:19 +01:00
parent 23a2c8c623
commit f6d3e0d681
29 changed files with 2323 additions and 1 deletions
+19
View File
@@ -0,0 +1,19 @@
## Description
<!-- What does this PR do? Why is it needed? -->
## Changes
- [ ] ...
## Related Issues
<!-- Link related issues: Closes #123, Fixes #456 -->
## Checklist
- [ ] I have tested my changes locally
- [ ] Linting passes (`make lint`)
- [ ] Tests pass (`make test`)
- [ ] Documentation updated (if applicable)
- [ ] No secrets or credentials are committed