-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5971e11
commit aa02c57
Showing
1 changed file
with
23 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# Why | ||
|
||
<!-- | ||
- Describe what prompted you to make the change | ||
- It should be a good historical record of the motivations and context of the PR | ||
--> | ||
|
||
# What changed | ||
|
||
<!-- | ||
- Describe what changed to a level of detail that someone with little context with your PR could be able to review it. | ||
- People from the future should also be able to read this and understand what's going on. | ||
- Annotate changes with a self-review where necessary. | ||
- Post a screenshot or video when relevant | ||
--> | ||
|
||
# Test plan | ||
|
||
<!-- | ||
- Test plans should allow people without context to run through a list of steps and assert behavior. | ||
- If this is a bug fix, the test plan should include steps to reproduce the problem. | ||
- If this is a feature, the test plan should reflect a human-readable end-to-end test. | ||
--> |