zerog2k / stc_diyclock

STC DIY Clock redux (STC15F204EA, STC15W404AS, STC15W408AS)
MIT License
173 stars 66 forks source link

Hagen-002 #65

Open hagen-git opened 1 year ago

hagen-git commented 1 year ago

The original code was already very useful. In order to understand I refactored it. For my purposes, and to test a few theories, I changed a few little things. Enjoy!

zerog2k commented 1 year ago

Hi @hagen-git thanks for the contribution! However, before committing this to main branch, I would request that you cleanup the commit history a bit. (You may be able to accomplish this through a git interactive rebase, and resubmitting a PR.) Please ensure related, functional changes are grouped into individual, meaningful commits, and cosmetic (whitespace/indentation/formatting) changes are grouped separately into their own related commits.

This helps ensure a clean, meaningful commit history, so future developers can understand the progression of changes over time.

Here's an article which touches on these things. https://www.freecodecamp.org/news/git-best-practices-commits-and-code-reviews/ (I do need to write up a CONTRIBUTING doc for this repo ...)

Thanks, Jens