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
<!--
Thank you for sending the PR! We appreciate you spending the time to work on these changes.
You can learn more about contributing to Amber API here: https://github.com/JP-Ellis/amber-api/blob/main/CONTRIBUTING.md
Happy contributing!
-->
## :airplane: Pre-flight checklist
- [ ] I have read the [Contributing Guidelines on pull requests](https://github.com/JP-Ellis/amber-api/blob/main/CONTRIBUTING.md#pull-requests).
- [ ] **If this is a code change**: I have written unit tests and/or added dogfooding pages to fully verify the new behavior.
- [ ] **If this is a new API or substantial change**: the PR has an accompanying issue (closes #0000) and the maintainers have approved on my working plan.
## :memo: Summary
<!-- Help us understand the PR at a high level. What changes is it proposing? -->
## :rotating_light: Breaking Changes
<!-- Does this PR include any breaking changes? If not, feel free to delete this section. If so, please detail:
- What is the breaking change?
- Why is the breaking change necessary?
- What steps should a user take in order to migrate from the old behavior to the new one?
-->
## :fire: Motivation
<!-- Help us understand your motivation by explaining why you decided to make this change. Does this fix a bug? Does it close an issue? -->
## :hammer: Test Plan
<!-- Write your test plan here. If you changed any code, please provide us with clear instructions on how you verified your changes work. -->
## :link: Related issues/PRs
<!-- If you haven't already, link to issues/PRs that are related to this change. This helps us develop the context and keep a rich repo history. If this PR is a continuation of a past PR's work, link to that PR. If the PR addresses part of the problem in a meta-issue, mention that issue. -->