radekxrandom / device_bridge

[Unmaintained] Scan the qr code with your phone's camera and be able to easily share files between those two devices. You can add as many devices as you want, you only need to scan a qr code (re-generated every 2 minutes)
https://device-bridge.vercel.app/
Apache License 2.0
1 stars 0 forks source link

Commit naming #11

Closed v-bondarenko364 closed 3 years ago

v-bondarenko364 commented 3 years ago

You latest commit have just - redne

It's very important to have clear commit names. Consider to write commit names according to convetional commint specification: https://www.conventionalcommits.org/en/v1.0.0/

If you use this specification your naming would be much more cleaner.

So your commit name could be: chore(docs): update readme

It means that:

radekxrandom commented 3 years ago

Here you got a point, this is something I stopped doing later.