Greenstand / Greenstand/treetracker-query-api
The husky can not check the commit message
- Dominant language
- TypeScript
- Stars
- 18
- Forks
- 65
- PR merge metrics
- No merged PRs in 30d
Description
In this commit/pr, the commit message is wrong: ``fix:organization_filter for growerV2`, there should be space after `fix:`, husky issupposed to deny that commit on the `git commit -m "fix:xxx"` but it doesn't, we need to find out the way to force husky checking on every dev's computer.
---
Some hints:
We want to use Husky to force a conventional commit(https://gist.github.com/qoomon/5dfcdf8eec66a051ecd85625518cfd13) check on all commits. This is implemented in other microservices and can be used as a reference,
- Please read our readme for more information/guide/tutorial.
- Here is [an engineering book](https://greenstand.gitbook.io/engineering/) in Greenstand.
- To know more about our organization, visit our [website](https://greenstand.org).
- If you want to join the slack community (some resources need the community member's permission), please leave your email address.
Contributor guide
Assessment
This issue has not been assessed yet.