While a majority of development reminders were specific to Camis, I believe at least some of it is relevant to any software development position. Those topics are what I included here.
[ticket-ID]_[brief-title-or-description], e.g. XXXXX_Ticket-Name
Include the ticket ID & what you did, e.g. "XXXXX - Make particular change" as the commit title. You may use the commit body if you think a more in-depth description would be useful/helpful.
If you accidentally make a commit to the wrong branch, but haven't pushed it to the remote branch, you can use
git reset HEAD~
to reverse the commit(s).
The purpose of a solution review is to show that the changes made to the code work as intended/expected. The person you do a solution review with depends on what the improvement/bug fix involves.
The method of a solution review depends on complexity:
If there are any failures with the automatic steps involved in a PR, review them and make any changes you can to fix the issues.
If it takes a while to get a PR approved by reviewers, feel free to ping/tag the appropriate user(s) on the appropriate platform(s).