Skip to content

Commit 5a0bb23

Browse files
committed
chore: pr template
1 parent c56b69f commit 5a0bb23

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed

.github/pull_request_template.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
# Description
2+
3+
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

Comments
 (0)