-
Notifications
You must be signed in to change notification settings - Fork 58
Expand file tree
/
Copy pathPULL_REQUEST_TEMPLATE
More file actions
41 lines (30 loc) · 1.07 KB
/
PULL_REQUEST_TEMPLATE
File metadata and controls
41 lines (30 loc) · 1.07 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
# Why
<!--
Please describe the motivation for this PR.
-->
# What
<!--
If need be, change closes to a more applicable keyword.
https://docs.github.com/en/issues/tracking-your-work-with-issues/using-issues/linking-a-pull-request-to-an-issue
Examples: "Closes: #67"; "Resolves: #420"; "Closes: #128, fixes: #64"
-->
Closes: #ISSUE_NUMBER
<!--
Please describe the changes made in this PR.
Additionally, please reference any relevant issues.
-->
# Test Plan
<!--
Please describe how you tested the changes in this PR.
This could include:
- How you verified the changes
- Screenshots or logs if applicable
- Any other relevant information
-->
## Checklist
<!--
IMPORTANT: Schema changes must include committed migration files.
If production auto-migrations are still disabled, coordinate the rollout plan before merge.
-->
- [ ] Database: No schema changes, OR I ran `pnpm db:generate` and committed the generated files in `packages/db/drizzle/`
- [ ] Environment Variables: No environment variables changed, OR I have contacted the Development Lead to modify them on Coolify BEFORE merging.