Skip to content

Platform for temperature and humidity monitoring for quality control of vaccines

Notifications You must be signed in to change notification settings

henriquepw/owlify

Repository files navigation

Owlify

Development of a platform for temperature and humidity monitoring for quality control of vaccines

Run API on Insomnia

Run in Insomnia}

To contribute


Branchs

  • 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

  • Commits message pattern:
    • type: description