Vscode-pull-request-github: Pull request template not working

Created on 8 Jan 2019  路  6Comments  路  Source: microsoft/vscode-pull-request-github

Issue Type: Bug

I'm working in a repo with a pull request template and the description doesn't get pre-populated with the template, like it does on GitHub.

Extension version: 0.3.2
VS Code version: Code 1.30.2 (61122f88f0bf01e2ac16bdb9e1bc4571755f5bd8, 2019-01-07T22:48:31.260Z)
OS version: Darwin x64 18.0.0


System Info

|Item|Value|
|---|---|
|CPUs|Intel(R) Core(TM) i7-7567U CPU @ 3.50GHz (4 x 3500)|
|GPU Status|2d_canvas: enabled
checker_imaging: disabled_off
flash_3d: enabled
flash_stage3d: enabled
flash_stage3d_baseline: enabled
gpu_compositing: enabled
multiple_raster_threads: enabled_on
native_gpu_memory_buffers: enabled
rasterization: enabled
video_decode: enabled
video_encode: enabled
webgl: enabled
webgl2: enabled|
|Load (avg)|3, 3, 3|
|Memory (System)|16.00GB (2.73GB free)|
|Process Argv||
|Screen Reader|no|
|VM|0%|


feature-request

Most helpful comment

Just checked in a change for this, when creating a pull request, the extension will now look for a PR template and use it as the default description (or show a quick pick if the repo has multiple templates).

There are still open issues on improving the create experience to allow editing the title and description before create, so we still have work to do there.

All 6 comments

I also run into this. We have a template that would be nice to include when PR is created from VScode. That's the only functionality that is missing in order to use, for now will need to continue to create via Github.

Thanks :)

Same here. It would be amazing to be able to edit the PR description before creating but at very least including PULL_REQUEST_TEMPLATE.md as the default description so it can be edited later is a must for me to be able to use this to create PRs.

I would enjoy having this feature too, it would be super helpful.
Thanks ! ;)

Just checked in a change for this, when creating a pull request, the extension will now look for a PR template and use it as the default description (or show a quick pick if the repo has multiple templates).

There are still open issues on improving the create experience to allow editing the title and description before create, so we still have work to do there.

Im not sure why but when I create PR's via VSCODE I am still not getting the template pulled in, is there anything I need to do to enable this functionality?

@bmbermn This is with version 0.12.0 of the extension? Can you open a new issue and include the name and relative location of your template to the root of the repository?

Was this page helpful?
0 / 5 - 0 ratings