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.
## 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).
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
Adds all recommended frontmatter fields to the Gitea pull request template.
This includes
about,ref,assignees, andlabelsfields in addition to the requirednameandtitlefields.These fields provide better template documentation and default PR settings.
Benefits
about) explaining its purpose.mainvia thereffield.Checklist
<type>/<description>).