Add warnings because staging is the base branch for contribution

This commit is contained in:
Bilgi Lovelace
2025-05-14 00:12:28 +02:00
committed by GitHub
parent 7d801fb2f2
commit 4604a5d62a

View File

@@ -87,8 +87,10 @@ Thank you for your interest in contributing to 0.email! We're excited to have yo
```bash
git fetch upstream
git merge upstream/main
git merge upstream/staging
```
>[!IMPORTANT]
>Remember to make `staging` branch as your base branch.
7. **Push to Your Fork**
@@ -101,6 +103,10 @@ Thank you for your interest in contributing to 0.email! We're excited to have yo
- Fill out the PR template completely
- Link any relevant issues
- Add screenshots for UI changes
>[!IMPORTANT]
>Remember to make your pull request into the `staging` branch
## Database Management