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
+24
View File
@@ -0,0 +1,24 @@
# Gitea Template Variable Expansion
# ----------------------------------
# When a new repo is created from this template, Gitea will replace
# template variables (e.g. ${REPO_NAME}) in files matching the globs below.
#
# Supported variables (Gitea ≥ 1.20):
# REPO_NAME name of the new repository
# REPO_DESCRIPTION description entered during creation
# TEMPLATE_NAME name of this template repository
# YEAR current four-digit year
# MONTH current zero-padded month (01-12)
# DAY current zero-padded day (01-31)
# MONTH_ENGLISH current month in English (January, February, …)
#
# Glob patterns — one per line. Files matching these will have variables expanded.
README.md
docs/*.md
.ci/config.env
SECURITY.md
CONTRIBUTING.md
CODE_OF_CONDUCT.md
LICENSE
pull_request_template.md