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.
## 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).
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Description
Gitea requires a
namefield 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
Checklist
<type>/<description>).