Initialize project template
All checks were successful
CI / smoke (push) Successful in 10s

This commit is contained in:
Codex
2026-04-05 09:31:36 +08:00
commit 44316ee9e3
4 changed files with 71 additions and 0 deletions

10
README.md Normal file
View File

@@ -0,0 +1,10 @@
# Project Template
This repository is a Gitea template for starting new projects.
Included by default:
- `.gitea/workflows/ci.yml` for a basic CI smoke check
- `.editorconfig` for consistent formatting
- `.gitignore` with a few safe defaults
Use Gitea's "Use this template" action to generate a new repository from it.