logdna / logger-node

A nodejs logger client for LogDNA
MIT License
34 stars 17 forks source link

package: Add pre-commit hooks to enforce commit message style #12

Closed darinspivey closed 4 years ago

darinspivey commented 4 years ago

We should do our best to enforce our desired conventional commit style, especially since PRs may come from the public. This sets up basic rules for validating the conventional commit style.

Semver: minor Ref: LOG-7183

darinspivey commented 4 years ago

I think we can add this to everything written on js, right? So, what's stopping us from applying the same thing onto (e.g.) the agent or you have already started doing that?

We will definitely add this across public repositories. I'm just using this as a way for us to feel it out.