Skip to content

Commit

Permalink
Documentation: add PR template (#5851)
Browse files Browse the repository at this point in the history
  • Loading branch information
potatowagon authored Apr 29, 2024
1 parent 32b346c commit a7d3b37
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions .github/pull_request_template.md
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*

0 comments on commit a7d3b37

Please sign in to comment.