Skip to content

Commit

Permalink
chore: update pull request template
Browse files Browse the repository at this point in the history
  • Loading branch information
satya164 committed Nov 27, 2022
1 parent 52c9c6c commit 9e92b67
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,13 @@
Please provide enough information so that others can review your pull request:
Please provide enough information so that others can review your pull request.

**Motivation**

Explain the **motivation** for making this change. What existing problem does the pull request solve?

**Test plan**

Demonstrate the code is solid. Example: the exact commands you ran and their output, screenshots / videos if the pull request changes UI.
If this pull request addresses an existing issue, link to the issue. If an issue is not present, describe the issue here.

Make sure you test on both platforms if your change affects both platforms.

The code must pass tests.
**Test plan**

**Code formatting**
Describe the **steps to test this change** so that a reviewer can verify it. Provide screenshots or videos if the change affects UI.

Look around. Match the style of the rest of the codebase. Run `yarn lint --fix` before committing.
The change must pass lint, typescript and tests.

0 comments on commit 9e92b67

Please sign in to comment.