Skip to content

Pull Request Guidelines

Michel Pawlak edited this page Mar 14, 2017 · 1 revision

Overview

  1. PRs must be correctly named (see below)
  2. prior to submitting a PR, check that all guidelines are applied
  3. after having submitted a PR, read the comments PR reviewers write and apply corrective actions that are requested

What is a "wellformed Pull Request name"?

Pull requests should be named after the name of the issue they are fixing. For instance if the issue you're fixing is named "add image caching capabilities" and has the id 12, the pull request should be named add image capabilities #12. In other words the name of the pull request should be:

<issue name> #<issue ID>

Table of Content

Clone this wiki locally