Abhijith Ganesh
Abhijith Ganesh
I think this [PR](https://github.com/SeaQL/sea-orm/pull/611) is still open which can be merged. It's a pre commit check script which I think was good for developers to run locally.
What all tasks need to be implemented for supporting Cockroach DB? It'd really be useful for new-contributors to learn
Is there a difference between DCO and `-s`? I thought they were the same thing. We agreed not to enforce GPG based commit signing
According to the [docs](https://github.com/apps/dco) , I think -s and DCO are the same thing?
I can integrate the same
Yeah but what if the contributors don't use Husky ? It won't sign it off?
@billy1624 any suggestions?
The script does add `-s`, in addition, the script runs couple of tests, thats it. If you want the tests removed, let me know!
The tests are not optional because they are being run in the script. Do you want them optional?
> Also how bout moving the scripts to a folder and adding some lines that specify how to set it up with git I'd say we only have a few...