Development of a platform for temperature and humidity monitoring for quality control of vaccines
-
Download the repository
git clone https://github.com/henry-ns/owlify.git
-
Do not make a direct modification to the master, create a branch from
dev
, for what to be developed -
git checkout -b scope/for-what-to-be-developed
-
Scope list:
- hardware
- endnode
- gateway
- server
- mobile
-
Types list:
- ✨
:sparkles:
feat(scope): new feature was made - 💡
:bulb:
chore(scope): any task that been done - 🪲
:beetle:
fix(scope): any bug fixed - 📝
:pencil:
test(scope): any test - 🔨
:hammer:
refac(scope): code refactoring - ✅
:white_check_mark:
test(scope): any test created or updated - 📝
:pencil:
doc(scope?): any documentation created or updated
- ✨
- Commits message pattern:
type: description