Skip to content

PR Naming and Description Format

Ikem Okonkwo edited this page May 12, 2016 · 1 revision

PR Naming

The PR title should be named using the following format:

#[STORY_ID] Story description

Example

#111504508 Build out REST Endpoints for Resources (CRUD)

PR Description Template (Markdown)

The description of the PR should contain the following headings and corresponding content in Markdown format.

#### What does this PR do?
#### Description of Task to be completed?
#### How should this be manually tested?
#### Any background context you want to provide?
#### What are the relevant pivotal tracker stories?
#### Screenshots (if appropriate)
#### Questions:

Example