feat: add required name field to PR template #7

Merged
mvhutz merged 2 commits from fix/pr-template-name into main 2026-01-10 22:54:44 +00:00
Owner

Description

Gitea requires a name field in the frontmatter of pull request templates.
This PR adds the required name: "Default Template" field to fix the template validation error.
Additionally updates CLAUDE.md to reference the PR template format and use lowercase for PR title placeholder.

Benefits

  • The pull request template is now valid and will be properly loaded by Gitea.
  • Users creating PRs will see the template automatically populated.
  • CLAUDE.md now documents the PR template format for consistency.

Checklist

  • Code follows conventional commit format.
  • Branch follows naming convention (<type>/<description>).
  • Tests pass (if applicable).
  • Documentation updated (if applicable).
## Description Gitea requires a `name` field in the frontmatter of pull request templates. This PR adds the required `name: "Default Template"` field to fix the template validation error. Additionally updates CLAUDE.md to reference the PR template format and use lowercase for PR title placeholder. ## Benefits - The pull request template is now valid and will be properly loaded by Gitea. - Users creating PRs will see the template automatically populated. - CLAUDE.md now documents the PR template format for consistency. ## Checklist - [x] Code follows conventional commit format. - [x] Branch follows naming convention (`<type>/<description>`). - [x] Tests pass (if applicable). - [x] Documentation updated (if applicable).
mvhutz added 2 commits 2026-01-10 22:54:02 +00:00
mvhutz merged commit c0353c8e1f into main 2026-01-10 22:54:44 +00:00
mvhutz deleted branch fix/pr-template-name 2026-01-10 22:54:44 +00:00
Sign in to join this conversation.