-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Documentation: add PR template (#5851)
- Loading branch information
1 parent
32b346c
commit a7d3b37
Showing
1 changed file
with
30 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,30 @@ | ||
<!-- | ||
Title format should be: | ||
[Affected Packages] PR Type: title | ||
Example: | ||
[lexical-playground][lexical-link] Feature: Add more emojis | ||
Choose from the following PR Types: | ||
Breaking change / Refactor / Feature / Bug Fix / Documentation Update / Chore | ||
--> | ||
|
||
## Description | ||
<!-- | ||
- What is the current behavior that you are modifying? | ||
- What are the behavior or changes that are being added by this PR? | ||
--> | ||
*Describe the changes in this pull request* | ||
|
||
**Closes:** #<!-- issue number --> | ||
|
||
## Test plan | ||
|
||
### Before | ||
|
||
*Insert relevant screenshots/recordings/automated-tests* | ||
|
||
|
||
### After | ||
|
||
*Insert relevant screenshots/recordings/automated-tests* |