fix: move PR template to correct Gitea location #6

Merged
mvhutz merged 1 commits from fix/move-pr-template into main 2026-01-10 22:49:25 +00:00
Owner

Description

Gitea requires the pull request template to be at .gitea/PULL_REQUEST_TEMPLATE.md (as a file), not in a .gitea/PULL_REQUEST_TEMPLATE/ directory.
This PR moves the template from .gitea/PULL_REQUEST_TEMPLATE/default.md to .gitea/PULL_REQUEST_TEMPLATE.md to ensure it works correctly with Gitea.

Benefits

  • The pull request template will now be automatically loaded when creating new PRs in Gitea.
  • Follows Gitea's documented convention for PR templates.

Checklist

  • Code follows conventional commit format.
  • Branch follows naming convention (<type>/<description>).
  • Tests pass (if applicable).
  • Documentation updated (if applicable).
## Description Gitea requires the pull request template to be at `.gitea/PULL_REQUEST_TEMPLATE.md` (as a file), not in a `.gitea/PULL_REQUEST_TEMPLATE/` directory. This PR moves the template from `.gitea/PULL_REQUEST_TEMPLATE/default.md` to `.gitea/PULL_REQUEST_TEMPLATE.md` to ensure it works correctly with Gitea. ## Benefits - The pull request template will now be automatically loaded when creating new PRs in Gitea. - Follows Gitea's documented convention for PR templates. ## 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 22:49:01 +00:00
mvhutz merged commit e63c0df410 into main 2026-01-10 22:49:25 +00:00
mvhutz deleted branch fix/move-pr-template 2026-01-10 22:49:25 +00:00
Sign in to join this conversation.