feat: add pull request template #5

Merged
mvhutz merged 2 commits from feat/pr-templates into main 2026-01-10 22:44:42 +00:00
Owner

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
## 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
mvhutz added 1 commit 2026-01-10 22:40:47 +00:00
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>
mvhutz added 1 commit 2026-01-10 22:44:05 +00:00
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 main 2026-01-10 22:44:42 +00:00
mvhutz deleted branch feat/pr-templates 2026-01-10 22:44:42 +00:00
Sign in to join this conversation.