vscode.dev/github.dev: Support .github/pull_request_template.md when creating a PR within vscode #3055
Closed
Description
I couldn't find anything mentioning this, but when using vscode in github.dev, the pull_request_template isn't used. For example in this repository, it should display something like:
<!-- Thank you for submitting a Pull Request. Please:
* Read our Pull Request guidelines:
https://github.com/microsoft/vscode/wiki/How-to-Contribute#pull-requests
* Associate an issue with the Pull Request.
* Ensure that the code is up-to-date with the `main` branch.
* Include a description of the proposed changes and how to test them.
-->
This PR fixes #
but when creating a PR it does not populate anything in the description: