From 8dd40675300712457cb518c9178e641faa5610f3 Mon Sep 17 00:00:00 2001 From: ProcessGit Templates Date: Thu, 5 Feb 2026 21:19:47 +0000 Subject: [PATCH] Initial template import --- .gitea/template | 3 +++ README.md | 3 +++ enterprise/enterprise.yaml | 7 +++++++ 3 files changed, 13 insertions(+) create mode 100644 .gitea/template create mode 100644 README.md create mode 100644 enterprise/enterprise.yaml diff --git a/.gitea/template b/.gitea/template new file mode 100644 index 0000000..ff4c224 --- /dev/null +++ b/.gitea/template @@ -0,0 +1,3 @@ +# Expand placeholders for enterprise index files +README.md +enterprise/** diff --git a/README.md b/README.md new file mode 100644 index 0000000..4e61b4a --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# {{.RepoName}} + +Empty UAPF enterprise index starter with organization and glossary placeholders. diff --git a/enterprise/enterprise.yaml b/enterprise/enterprise.yaml new file mode 100644 index 0000000..64f95eb --- /dev/null +++ b/enterprise/enterprise.yaml @@ -0,0 +1,7 @@ +kind: uapf.enterprise.index +level: 0 +enterprise: + id: "{{.RepoName}}" + name: "{{.RepoName}}" + description: Empty enterprise template - add your processes here +packages: []