Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 1.1 KB

PULL_REQUEST_TEMPLATE.md

File metadata and controls

32 lines (21 loc) · 1.1 KB

PR name

  • Related Issues : #IssueNumber if necessary
  • Previous PRs: #PRNumber if this PR is a follow-up

Introduction

A short description of what the feature or the bug-fix is. Try to keep it to a single-paragraph "elevator pitch" so the reader understands what problem this proposal is addressing.

Motivation

Describe the problems that this proposal seeks to address. If the problem is that some common pattern is currently hard to express, show how one can currently get a similar effect and describe its drawbacks. If it's completely new functionality that cannot be emulated, motivate why this new functionality is necessary.

Proposed solution

Describe your solution to the problem. Provide examples and describe how they work. Show why your solution is better than current workarounds: is it cleaner, safer, or more efficient?

Current PR Issues

If present describe some issues in the Pull Request, in order to help others in the full development of the PR.

Alternatives considered

Describe alternative approaches to addressing the same problem, and why you chose this approach instead.