add SKILL

This commit is contained in:
olekhondera
2026-02-14 07:38:50 +02:00
parent 327fa78399
commit 5b28ea675d
58 changed files with 1380 additions and 956 deletions

29
.github/PULL_REQUEST_TEMPLATE.md vendored Normal file
View File

@@ -0,0 +1,29 @@
## What changed and why
<!-- Brief description of the changes and motivation -->
## Type of change
- [ ] Bug fix
- [ ] New feature
- [ ] Refactoring (no functional changes)
- [ ] Documentation update
- [ ] Configuration / CI change
## Checklist
- [ ] Code follows project conventions (`RULES.md`)
- [ ] Relevant documentation updated (`docs/`, `DOCS.md`)
- [ ] Tests added/updated (if applicable)
- [ ] No secrets or credentials in the diff
- [ ] Breaking changes described below (if any)
## Breaking Changes
<!-- List any breaking changes, or write "None" -->
None
## Related Issues
<!-- Link related issues: Fixes #123, Relates to #456 -->