UNPKG

1.03 kBMarkdownView Raw
1* Related Issues: _#IssueNumber if necessary_
2* Previous PRs: _#PRNumber if this PR is a follow-up_
3
4## Introduction
5
6_A short description of what the feature or the bug-fix is. Try to keep it to a single paragraph "elevator pitch" style
7so the reader easily understands what problem this proposal is addressing._
8
9## Motivation
10
11_Describe the problems that this proposal seeks to address and why it's important. If it's completely new functionality
12explain why this new functionality is necessary._
13
14## Proposed solution
15
16_Describe your solution to the problem. If possible provide examples and describe how they work. Show why your solution
17is better than what's currently available: is it cleaner, safer, or more efficient?_
18
19## Current PR Issues
20
21_Are there any known issues in this Pull Request? This will help others understand if more work will be needed._
22
23## Alternatives considered
24
25_Describe any alternative approaches to addressing the same problem that you have thought about, and why you chose this
26approach instead._