File tree Expand file tree Collapse file tree 1 file changed +38
-6
lines changed Expand file tree Collapse file tree 1 file changed +38
-6
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments