You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please include a summary of the changes and the related issue. Please also include relevant motivation and context.
4
+
5
+
## Type of change
6
+
7
+
Please delete options that are not relevant.
8
+
9
+
-[ ] Bug fix (non-breaking change which fixes an issue)
10
+
-[ ] New feature (non-breaking change which adds functionality)
11
+
-[ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
12
+
-[ ] Documentation update
13
+
14
+
# How Has This Been Tested?
15
+
16
+
Please describe the tests that you ran to verify your changes.
17
+
18
+
-[ ] Unit Tests
19
+
-[ ] E2E Tests
20
+
21
+
## Important Note for Fork-Based PRs
22
+
23
+
If you're submitting a PR from a forked repository, please note that E2E tests require specific repository-level environment (`integration`) and secrets to be set up. These are described in `.env.example` and include:
24
+
25
+
```bash
26
+
PUBLIC_ENV_NAME=integration
27
+
SUPABASE_URL=###
28
+
SUPABASE_PUBLIC_KEY=###
29
+
30
+
E2E_USERNAME_ID=###
31
+
E2E_USERNAME=###
32
+
E2E_PASSWORD=###
33
+
```
34
+
35
+
Please ensure these are properly configured in your fork's repository settings under "Secrets and variables" → "Actions" before running E2E tests.
0 commit comments