feat: complete PR template frontmatter fields #8

Merged
mvhutz merged 1 commits from fix/pr-template-all-frontmatter into main 2026-01-10 23:00:33 +00:00
Owner

Description

Adds all recommended frontmatter fields to the Gitea pull request template.
This includes about, ref, assignees, and labels fields in addition to the required name and title fields.
These fields provide better template documentation and default PR settings.

Benefits

  • The PR template now includes a description (about) explaining its purpose.
  • Default target branch is explicitly set to main via the ref field.
  • Template follows Gitea best practices with all available frontmatter fields.
  • Provides a complete, well-documented template structure for contributors.

Checklist

  • Code follows conventional commit format.
  • Branch follows naming convention (<type>/<description>).
  • Tests pass (if applicable).
  • Documentation updated (if applicable).
## Description Adds all recommended frontmatter fields to the Gitea pull request template. This includes `about`, `ref`, `assignees`, and `labels` fields in addition to the required `name` and `title` fields. These fields provide better template documentation and default PR settings. ## Benefits - The PR template now includes a description (`about`) explaining its purpose. - Default target branch is explicitly set to `main` via the `ref` field. - Template follows Gitea best practices with all available frontmatter fields. - Provides a complete, well-documented template structure for contributors. ## 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 1 commit 2026-01-10 23:00:05 +00:00
mvhutz merged commit d831312dc3 into main 2026-01-10 23:00:33 +00:00
mvhutz deleted branch fix/pr-template-all-frontmatter 2026-01-10 23:00:33 +00:00
Sign in to join this conversation.