|
1
|
## Summary |
|
2
|
|
|
3
|
<!-- What does this PR do? 1-3 bullet points. --> |
|
4
|
|
|
5
|
- |
|
6
|
- |
|
7
|
|
|
8
|
## Related issue |
|
9
|
|
|
10
|
Closes # |
|
11
|
|
|
12
|
## Test plan |
|
13
|
|
|
14
|
<!-- How was this tested? --> |
|
15
|
|
|
16
|
- [ ] `make lint` passes |
|
17
|
- [ ] `make test` passes with ≥ 80% coverage |
|
18
|
- [ ] `uv run boilerworks --help` works |
|
19
|
- [ ] Manually tested the changed command(s) |
|
20
|
|
|
21
|
## Notes |
|
22
|
|
|
23
|
<!-- Anything reviewers should know? Breaking changes? Migration steps? --> |
|
24
|
|