Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 618 Bytes

CONTRIBUTING.md

File metadata and controls

17 lines (10 loc) · 618 Bytes

Contributing

Thanks for showing interest in contributing to @einride/hooks!

Adding New Hooks

Only hooks that are generally usable at Einride are added in this central hooks project.

Pull Request Guidelines

@einride/hooks is using the Conventional Commits commit message convention.

All hooks should come with one hook file useHook.ts and one test file useHook.test.ts in a useHook directory. All hooks should be documented with appropriate JSDoc.

Before opening a PR, please make sure you get no errors when running yarn review.