fix: move PR template to correct Gitea location #6
Reference in New Issue
Block a user
Delete Branch "fix/move-pr-template"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.mdto.gitea/PULL_REQUEST_TEMPLATE.mdto ensure it works correctly with Gitea.Benefits
Checklist
<type>/<description>).