Pull Request Template BUG

When using the pull request template, I set the about section just like the issue template, and it does not affect the PR description like the issue description. Is this a bug or an intended thing? Any feedback would be great !
NOTE: I am using 1.24.3
issue-pull-request-templates

---

name: "Template Name"
about: "This template is for testing!"
title: "[TEST] "
ref: "main"
assignees: ["user1"]
labels:

- bug
- "help needed"

---

This is the template!

In Gitea, the about field in a pull request template does not pre-fill the PR descriptionβ€”it only shows in the template dropdown. To set a default description, add it directly below the --- separator in the template.

1 Like