A personal app to write your thoughts and improve your life.
To be added.
Read more here.
This repository uses the trunk-based system. To open a PR, we usually do:
git checkout master && git pull
git checkout -b fix/my-bugfix
- Work and commit
git push -u origin fix/my-bugfix
- Open a PR from
fix/my-bugfix
tomaster
- After approved, do a squash commit
- And the branch
fix/my-bugfix
is deleted
Read more here.