From 697bb9260fa972ad02277aa80c4173919e409e65 Mon Sep 17 00:00:00 2001 From: "M.V. Hutz" Date: Sat, 10 Jan 2026 17:52:07 -0500 Subject: [PATCH 1/2] feat: "name" in front-matter --- .gitea/PULL_REQUEST_TEMPLATE.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitea/PULL_REQUEST_TEMPLATE.md b/.gitea/PULL_REQUEST_TEMPLATE.md index faa93b5..7c6316d 100644 --- a/.gitea/PULL_REQUEST_TEMPLATE.md +++ b/.gitea/PULL_REQUEST_TEMPLATE.md @@ -1,4 +1,5 @@ --- +name: "Default Template" title: ": " --- -- 2.49.1 From 330a54338e5d97947746dab3d29f34bf87d4de58 Mon Sep 17 00:00:00 2001 From: "M.V. Hutz" Date: Sat, 10 Jan 2026 17:53:35 -0500 Subject: [PATCH 2/2] feat: use pr template for claude, lowercase pr title --- .gitea/PULL_REQUEST_TEMPLATE.md | 2 +- CLAUDE.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/PULL_REQUEST_TEMPLATE.md b/.gitea/PULL_REQUEST_TEMPLATE.md index 7c6316d..642e338 100644 --- a/.gitea/PULL_REQUEST_TEMPLATE.md +++ b/.gitea/PULL_REQUEST_TEMPLATE.md @@ -28,6 +28,6 @@ How would this PR improve the codebase/product? ## Checklist - [ ] Code follows conventional commit format. -- [ ] Branch follows naming convention (`/`). +- [ ] Branch follows naming convention (`/`). Always use underscores. - [ ] Tests pass (if applicable). - [ ] Documentation updated (if applicable). diff --git a/CLAUDE.md b/CLAUDE.md index d57c51e..2c543c0 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -51,4 +51,4 @@ Use the `tea` CLI (Gitea command-line tool) for PR operations instead of `gh`. **Note**: Use `--description` (not `--body`) for PR body content. -**Creating PRs**: Always create PRs in a branch other than `main`, to the `main` branch unless specified otherwise. +**Creating PRs**: Always create PRs in a branch other than `main`, to the `main` branch unless specified otherwise. ALWAYS FOLLOW THE PR TEMPLATE, EXACTLY. -- 2.49.1