Skip to content

Commit 48534de

Browse files
authored
chore: Update PR template (#925)
1 parent 4946478 commit 48534de

File tree

1 file changed

+38
-6
lines changed

1 file changed

+38
-6
lines changed

PULL_REQUEST_TEMPLATE.md

Lines changed: 38 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,41 @@
1-
# Submit a pull request
1+
## 🎯 Goal
22

3-
## CLA
3+
_Describe why we are making this change_
44

5-
- [ ] I have signed the [Stream CLA](https://docs.google.com/forms/d/e/1FAIpQLScFKsKkAJI7mhCr7K9rEIOpqIDThrWxuvxnwUq2XkHyG154vQ/viewform) (required).
6-
- [ ] The code changes follow best practices
7-
- [ ] Code changes are tested (add some information if not applicable)
5+
## 🛠 Implementation details
6+
7+
_Provide a description of the implementation_
8+
9+
## 🎨 UI Changes
10+
11+
_ Add relevant screenshots_
12+
13+
<details>
14+
<summary>iOS</summary>
15+
16+
| Before | After |
17+
| --- | --- |
18+
| img | img |
19+
</details>
20+
21+
22+
<details>
23+
<summary>Android</summary>
24+
25+
| Before | After |
26+
| --- | --- |
27+
| img | img |
28+
</details>
29+
## 🧪 Testing
30+
31+
_Explain how this change can be tested (or why it can't be tested)_
32+
33+
## ☑️ Checklist
34+
35+
- [ ] I have signed the [Stream CLA](https://docs.google.com/forms/d/e/1FAIpQLScFKsKkAJI7mhCr7K9rEIOpqIDThrWxuvxnwUq2XkHyG154vQ/viewform) (required)
36+
- [ ] PR targets the `develop` branch
37+
- [ ] Commits follow the [conventional commits](https://www.conventionalcommits.org/en/v1.0.0/) spec
38+
- [ ] New code is covered by tests
39+
- [ ] Screenshots added for visual changes
40+
- [ ] Documentation is updated
841

9-
## Description of the pull request

0 commit comments

Comments
 (0)