A place where a write notes, explanations, solutions on books and coding challenges, command line, shell script and text editors.
Check the public website at:
https://fernandobasso.gitlab.io/devhowto/
Let us try to follow the Conventional Commits spec.
- Commit type:
purs
; - Commit scope:
FPME, chN
;
Examples:
purs(FPME, ch02)
: Add factorial examplepurs(FPME, ch03)
: Update data type examples