**Is your feature request related to a problem? Please describe.** <!-- A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] --> **Describe the solution you'd like** <!-- A clear and concise description of what you want to happen. --> **Describe alternatives you've considered** <!-- A clear and concise description of any alternative solutions or features you've considered. --> **Additional context** <!-- Add any other context or screenshots about the feature request here. --> **Acceptance Criteria** <!-- Define the acceptance criteria for the feature --> **BEFORE MERGING** - [ ] Acceptance criteria met - [ ] PR Reviewed (For non-trivial changes) - [ ] Changes tested after rebasing on master or merging in master (*hint*: `git fetch origin master:master`, then `git rebase master` or `git merge master`) - [ ] All required PR checks passing
Is your feature request related to a problem? Please describe.
Describe the solution you'd like
Describe alternatives you've considered
Additional context
Acceptance Criteria
BEFORE MERGING
git fetch origin master:master, thengit rebase masterorgit merge master)