Pull requests must include the requisite information laid out below:
- A detailed description of all changes implemented in the pull request.
- A detailed and technical description of how the proposed changes were implemented (e.g, new data structures implemented, functions implemented, etc.), as well as any potential for conflict with other existing features, if such potential exists.
Pull requests to any Team 2470 project must be formatted as follows:
# Brief description
[content goes here]
# Detailed description
[content goes here]
# Tehcnical implementation
[content goes here]