You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CONTRIBUTING.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ This library is a collection of React hooks so a proposal for a new hook will ne
31
31
32
32
### Creating a new hook
33
33
34
-
1. Create `src/useYourHookName.ts` and `src/stories/useYourHookName.story.tsx`, run `yarn start` to start the storybook development server and start coding your hook
34
+
1. Create `src/useYourHookName.ts` and `stories/useYourHookName.story.tsx`, run `yarn start` to start the storybook development server and start coding your hook
35
35
1. Create `tests/useYourHookName.test.ts`, run `yarn test:watch` to start the test runner in watch mode and start writing tests for your hook
36
36
1. Create `docs/useYourHookName.md` and create documentation for your hook
37
37
1. Export your hook from `src/index.ts` and add your hook to `README.md`
0 commit comments