Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
58 changes: 57 additions & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,24 @@ Make sure the base repository is `rootstrap/react-native-template` BEFORE creati
❌❌❌
-->

#### Jira board reference:

- [Jira_Card_Name](https://rootstrap.atlassian.net/browse/ABC-123)

---

## What does this do?

<!---
_Describe what your changes **do**; did you add a $COOL_FEATURE? Write about it here._
🔹 Just a link to JIRA is not enough
🔹 Have in mind not all reviewers might have access to the JIRA board
🔹 Provide a brief and clear description of the changes introduced in this PR.
🔹 What new functionality or improvements were added?
🔹 If this PR is related to a past PR mention it (e.g., "Completes #123").
-->

---

## Why did you do this?

<!---
Expand All @@ -28,3 +40,47 @@ _Does your code affect something downstream? Are there side effects people shoul
<!---
_How did you test your change? Document it here._
-->

- [ ] Tested on iOS
- [ ] Tested on Android
- [ ] Tested on a small device
- [ ] Tested on a real device
- [ ] Tested all flows related with this PR changes
- [ ] Tested accessibility
- [ ] Added tests

---

#### Notes:

<!---
📝 Add any additional notes, caveats, or follow-ups here.
-->

---

## **Screenshots / Previews**

<!---
📸 Add screenshots or screen recordings if relevant.
-->

<!--- IF BUG

| Before | After |
| ------------------------------------------- | ------------------------------------------ |
| <img width='350' src='BEFORE_IMAGE_URL'/> | <img width='350' src='AFTER_IMAGE_URL'/> |

-->

🧑‍🎨 **Figma Design**:

<img width='350' src='BEFORE_IMAGE_URL'/>

📱 **Android**:

<img width='350' src='BEFORE_IMAGE_URL'/>

📱 **iOS**:

<img width='350' src='BEFORE_IMAGE_URL'/>