Skip to content

Working on a Pull Request

Tim Fischbach edited this page Jan 4, 2018 · 3 revisions

Workflow

The following steps outline the common workflow around pull requests in this repository:

  • Create your pull request as early as possible to already get feedback while work is still in progress.

  • Prefix the title of your pull request with [WIP] while you are still working on the pull request.

  • Once your pull request is ready for review, remove the [WIP] prefix from the title and leave a comment possibly mentioning one of the maintainers' usernames to request a review.

  • Once your pull request has been reviewed, it will either be merged or changes will be requested. In the latter case, one of the maintainers will add the [WIP] prefix to the title again.

The last two steps repeat until the pull request is merged or closed.

Authoring Guidelines