first commit

This commit is contained in:
2025-05-24 18:13:05 +02:00
commit 9474ea3c12
19 changed files with 1583 additions and 0 deletions

18
.github/CODEOWNERS vendored Normal file
View File

@ -0,0 +1,18 @@
# These owners will be the default owners for everything in
# the repo. Unless a later match takes precedence, they will
# be requested for review when someone opens a pull request.
* @kjanat
# Specific file/directory ownership examples:
# /parser/ @parsing-expert
# /exporters/ @export-specialist
# *.go @go-reviewer
# Documentation files
/README.md @kjanat
/docs/ @kjanat
# Configuration files
/.github/ @kjanat
/go.mod @kjanat
/go.sum @kjanat