Skip to content

Commit 7d79eb9

Browse files
Create pull_request_template.md
1 parent e2e72bb commit 7d79eb9

1 file changed

Lines changed: 28 additions & 0 deletions

File tree

.github/pull_request_template.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
<!--
2+
Hello 👋 Thank you for submitting a pull request.
3+
4+
To help us merge your PR, make sure to follow the instructions below:
5+
6+
- Create or update the documentation
7+
- Create or update the tests
8+
- Refer to the issue you are closing in the PR description - fix #issue
9+
- Specify if the PR is in WIP (work in progress) state or ready to be merged.
10+
11+
Please ensure you read through the Contributing Guide: https://github.com/flyerhq/react-native-chat-ui/blob/main/CONTRIBUTING.md
12+
-->
13+
14+
### What does it do?
15+
16+
Describe the technical changes you did.
17+
18+
### Why is it needed?
19+
20+
Describe the issue you are solving.
21+
22+
### How to test it?
23+
24+
Provide information about the environment and the path to verify the behavior.
25+
26+
### Related issues/PRs
27+
28+
Let us know if this is related to any issue/pull request.

0 commit comments

Comments
 (0)