Default PR template
With Combiner, you have a default pull request title and description by clicking a single button in Combiner. Here is how:
Description
You can fill your pull request title and description with your pivotal tracker story information like so:
- Go to your pull request creation form
- Click on the Combiner extension
- Click on the document icon
- See the title and description filled in
The default pull request title template is only the story title.
The default pull request description template is:
[{story.title}]({story.url})
STORY
=====
{story.description}
WHAT WAS DONE
==============
-
SCREENSHOTS
============
To customize this templates, see the following section.
Customise the template
You can customise the default template (to remove it for example) like so:
Description
You can overwrite the default title and description in your pull request. To do it, follow these instructions:
- Go to your pivotal tracker project
- Click on “More” on the top nav
- Click on “Manage Templates”
- Create a pull request title template:
- Click on Add Template
- The template title must start with “[pr-title]”
- Type your template in the description
- Create a pull request description template:
- Click on Add Template
- The template title must start with “[pr-descr]”
- Type your template in the description
Content will be parserd by Combiner, to be replaced by the story information. Here are the possible replacements:
{story.id}
{story.title}
{story.description}
{story.project_id}
{story.url}
{story.requester}
{story.owners}
will be replaced by story owners full names separated by commas- More to come…