Added a standardized pull request template to improve PR quality and consistency. The template provides a clear structure for contributors to follow when creating PRs.
The template includes:
Title placeholder following conventional commit format (<type>: <description>)
Description section with guidance on context, rationale, and changes
Optional Decisions section for architectural choices
Benefits section to highlight improvements
Checklist for conventional commits, branch naming, tests, and documentation
Decisions
Created the template in .gitea/PULL_REQUEST_TEMPLATE/default.md to support multiple template types in the future.
Reduces back-and-forth by reminding contributors of requirements
Supports future expansion with additional template types
## Description
Added a standardized pull request template to improve PR quality and consistency. The template provides a clear structure for contributors to follow when creating PRs.
The template includes:
- Title placeholder following conventional commit format (`<type>: <description>`)
- Description section with guidance on context, rationale, and changes
- Optional Decisions section for architectural choices
- Benefits section to highlight improvements
- Checklist for conventional commits, branch naming, tests, and documentation
### Decisions
Created the template in `.gitea/PULL_REQUEST_TEMPLATE/default.md` to support multiple template types in the future.
## Benefits
- Ensures PRs follow project conventions (conventional commits, branch naming)
- Provides clear structure for describing changes
- Helps reviewers understand context and benefits
- Reduces back-and-forth by reminding contributors of requirements
- Supports future expansion with additional template types
Add structured PR template to standardize pull request format.
Template includes sections for description, decisions, benefits,
and a checklist for conventional commits and branch naming.
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
Added --title and --description flags to tea pr create command
documentation to clarify correct syntax and prevent errors.
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
mvhutz
merged commit 8b6c632e4d into main2026-01-10 22:44:42 +00:00
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
Added a standardized pull request template to improve PR quality and consistency. The template provides a clear structure for contributors to follow when creating PRs.
The template includes:
<type>: <description>)Decisions
Created the template in
.gitea/PULL_REQUEST_TEMPLATE/default.mdto support multiple template types in the future.Benefits