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
2 changed files with 3 additions and 2 deletions

View File

@@ -1,4 +1,5 @@
--- ---
name: "Default Template"
title: "<type>: <description>" title: "<type>: <description>"
--- ---
@@ -27,6 +28,6 @@ How would this PR improve the codebase/product?
## Checklist ## Checklist
- [ ] Code follows conventional commit format. - [ ] Code follows conventional commit format.
- [ ] Branch follows naming convention (`<type>/<description>`). - [ ] Branch follows naming convention (`<type>/<description>`). Always use underscores.
- [ ] Tests pass (if applicable). - [ ] Tests pass (if applicable).
- [ ] Documentation updated (if applicable). - [ ] Documentation updated (if applicable).

View File

@@ -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. **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.