Closed AlexStormwood closed 6 months ago
Thankyou for the pull request!
As a reminder, here's the workflow we're aiming to use in this repository:
main
or deploy
.main
, make a pull request. <-- You are here
"Squash and merge" means all random commits within your branch will not be shown as separate commits in main
. Rather, we'll have one single big commit with a message that matches this PR title. That's why our PR must follow certain rules, while your branch can be totally customised to however you want to work.
Good luck on your latest PR! :smile:
First pass at functionality for this, I'm sure I'm missing edge cases and so on. I know I'm missing tests and all the fancy validation & errors that were in the original Camo.
Just wanna get this out ASAP so we can fix and fill gaps as needed.